diff --git a/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs b/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs index d2fce39e..2d909025 100644 --- a/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs +++ b/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs @@ -145,7 +145,7 @@ namespace ReallifeGamemode.Server.Events } else { - player.SetClothes(cloth.SlotId, cloth.ClothId, 0); + player.SetClothes(cloth.SlotId, cloth.ClothId, cloth.Texture); } } }