mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
fix: clothing not updating
This commit is contained in:
@@ -156,7 +156,7 @@ RegisterNetEvent("ND:playerEliminated", function(info)
|
|||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
|
|
||||||
RegisterNetEvent("ND::updateClothing", function(clothing)
|
RegisterNetEvent("ND:updateClothing", function(clothing)
|
||||||
local src = source
|
local src = source
|
||||||
local player = NDCore.getPlayer(src)
|
local player = NDCore.getPlayer(src)
|
||||||
if not player or not clothing or type(clothing) ~= "table" then return end
|
if not player or not clothing or type(clothing) ~= "table" then return end
|
||||||
|
|||||||
Reference in New Issue
Block a user