Fix message pack Error

This commit is contained in:
Unknown
2018-02-22 01:55:33 +01:00
parent 59bee822b8
commit d711a444bd
+2 -1
View File
@@ -108,7 +108,8 @@ end)
AddEventHandler('esx:playerLoaded', function(source)
local xPlayer = ESX.GetPlayerFromId(source)
local _source = source
local xPlayer = ESX.GetPlayerFromId(_source)
local dataStores = {}
for i=1, #DataStoresIndex, 1 do