From fc82b217e986409ff882039d77dda75519614f3d Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:12:34 +0100 Subject: [PATCH] fix: clothing not updating --- server/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.lua b/server/main.lua index daa0776..b4c575d 100644 --- a/server/main.lua +++ b/server/main.lua @@ -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