mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05: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
|
||||
foundInv = CodeMInv
|
||||
if src then
|
||||
grabInv = exports[CodeMInv]:GetInventory(src)
|
||||
grabInv = exports[CodeMInv]:GetInventory(getPlayer(src).citizenId, src)
|
||||
else
|
||||
grabInv = exports[CodeMInv]:getUserInventory()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user