mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 20:01:47 +00:00
Fix message pack Error
This commit is contained in:
+2
-2
@@ -102,8 +102,8 @@ AddEventHandler('esx_addoninventory:getSharedInventory', function(name, cb)
|
||||
end)
|
||||
|
||||
AddEventHandler('esx:playerLoaded', function(source)
|
||||
|
||||
local xPlayer = ESX.GetPlayerFromId(source)
|
||||
local _source = source
|
||||
local xPlayer = ESX.GetPlayerFromId(_source)
|
||||
local addonInventories = {}
|
||||
|
||||
for i=1, #InventoriesIndex, 1 do
|
||||
|
||||
Reference in New Issue
Block a user