fix: clothing not updating

This commit is contained in:
Andyyy7666
2024-03-16 19:12:34 +01:00
parent 284411ce66
commit fc82b217e9

View File

@@ -156,7 +156,7 @@ RegisterNetEvent("ND:playerEliminated", function(info)
})
end)
RegisterNetEvent("ND::updateClothing", function(clothing)
RegisterNetEvent("ND:updateClothing", function(clothing)
local src = source
local player = NDCore.getPlayer(src)
if not player or not clothing or type(clothing) ~= "table" then return end