mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Fix typo for orgien_inv getInventory
This commit is contained in:
@@ -111,7 +111,7 @@ function getPlayerInv(src)
|
|||||||
if src then
|
if src then
|
||||||
grabInv = exports[OrigenInv]:getInventory(src)
|
grabInv = exports[OrigenInv]:getInventory(src)
|
||||||
else
|
else
|
||||||
grabInv = exports[OrigenInv]:getInventory()
|
grabInv = exports[OrigenInv]:GetInventory()
|
||||||
end
|
end
|
||||||
|
|
||||||
elseif isStarted(CoreInv) then
|
elseif isStarted(CoreInv) then
|
||||||
|
|||||||
Reference in New Issue
Block a user