From 2f0be46377dcb15e7942348d1271c3c8dc559c01 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 10 May 2020 18:57:20 +0200 Subject: [PATCH] =?UTF-8?q?fix=20oberk=C3=B6rper=20weg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {