mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 14:56:02 +01:00
fix CodeM server side inventory info grab
This commit is contained in:
@@ -120,7 +120,7 @@ function getPlayerInv(src)
|
|||||||
elseif isStarted(CodeMInv) then
|
elseif isStarted(CodeMInv) then
|
||||||
foundInv = CodeMInv
|
foundInv = CodeMInv
|
||||||
if src then
|
if src then
|
||||||
grabInv = exports[CodeMInv]:GetInventory(src)
|
grabInv = exports[CodeMInv]:GetInventory(getPlayer(src).citizenId, src)
|
||||||
else
|
else
|
||||||
grabInv = exports[CodeMInv]:getUserInventory()
|
grabInv = exports[CodeMInv]:getUserInventory()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user