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