mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 11:18:53 +00:00
Tweaked spawnpoint check, fixed inventory
This commit is contained in:
+1
-1
@@ -96,5 +96,5 @@ ESX.RegisterServerCallback('esx_taxijob:getPlayerInventory', function(source, cb
|
||||
local xPlayer = ESX.GetPlayerFromId(source)
|
||||
local items = xPlayer.inventory
|
||||
|
||||
cb( { items } )
|
||||
cb( { items = items } )
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user