Merge pull request #33 from nazdravi412/nazdravi412-patch-1

Update functions.lua
This commit is contained in:
Andyyy7666
2022-10-02 00:36:50 +02:00
committed by GitHub

View File

@@ -271,7 +271,7 @@ function NDCore.Functions.SetActiveCharacter(player, characterId)
groups = json.decode(i.groups),
lastLocation = json.decode(i.last_location),
clothing = json.decode(i.clothing),
inventory = json.decode(i.intentory)
inventory = json.decode(i.inventory)
}
end
TriggerEvent("ND:characterLoaded", NDCore.Players[player])