mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Merge pull request #33 from nazdravi412/nazdravi412-patch-1
Update functions.lua
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user