fix oberkörper weg

This commit is contained in:
hydrant
2020-05-10 18:57:20 +02:00
parent 07f9a3ec8a
commit 2f0be46377

View File

@@ -153,7 +153,7 @@ namespace ReallifeGamemode.Server.Events
{ {
if (cloth.SlotType == 1) if (cloth.SlotType == 1)
{ {
NAPI.Player.SetPlayerClothes(player, cloth.SlotId, cloth.ClothId, 0); NAPI.Player.SetPlayerAccessory(player, cloth.SlotId, cloth.ClothId, 0);
} }
else else
{ {