diff --git a/ND_Core/server/functions.lua b/ND_Core/server/functions.lua index ccb6d9e..6e65f51 100644 --- a/ND_Core/server/functions.lua +++ b/ND_Core/server/functions.lua @@ -251,7 +251,8 @@ function NDCore.Functions.SetActiveCharacter(player, characterId) phoneNumber = i.phone_number, groups = json.decode(i.groups), lastLocation = json.decode(i.last_location), - clothing = json.decode(i.clothing) + clothing = json.decode(i.clothing), + inventory = json.decode(i.intentory) } end TriggerClientEvent("ND:setCharacter", player, NDCore.Players[player])