mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
change CodeM client inv check to getUserInventory()
This commit is contained in:
@@ -122,7 +122,7 @@ function getPlayerInv(src)
|
||||
if src then
|
||||
grabInv = exports[CodeMInv]:GetInventory(src)
|
||||
else
|
||||
grabInv = exports[CodeMInv]:GetClientPlayerInventory()
|
||||
grabInv = exports[CodeMInv]:getUserInventory()
|
||||
end
|
||||
|
||||
elseif isStarted(QBInv) then
|
||||
|
||||
Reference in New Issue
Block a user