fix cloth bug

This commit is contained in:
hydrant
2019-06-27 21:56:58 +02:00
parent 6f6b9240a6
commit 81adcddcb7

View File

@@ -145,7 +145,7 @@ namespace ReallifeGamemode.Server.Events
} }
else else
{ {
player.SetClothes(cloth.SlotId, cloth.ClothId, 0); player.SetClothes(cloth.SlotId, cloth.ClothId, cloth.Texture);
} }
} }
} }