diff --git a/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs b/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs index 9e7172de..6ada1da5 100644 --- a/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs +++ b/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs @@ -153,7 +153,7 @@ namespace ReallifeGamemode.Server.Events { if (cloth.SlotType == 1) { - NAPI.Player.SetPlayerClothes(player, cloth.SlotId, cloth.ClothId, 0); + NAPI.Player.SetPlayerAccessory(player, cloth.SlotId, cloth.ClothId, 0); } else {