diff --git a/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs b/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs index 72c1351d..1f97487e 100644 --- a/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs +++ b/ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs @@ -119,7 +119,8 @@ namespace ReallifeGamemode.Server.Events { UserId = user.Id, SlotType = (byte)slotType[x], - SlotId = slotId[x] + SlotId = slotId[x], + Duty = true }; }