Update functions.lua

This commit is contained in:
nazdravi412
2022-10-01 18:32:49 -04:00
committed by GitHub
parent a32152296e
commit a17b6f89c8

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])