From 6340d8c2702ac5835f90220759381bf5276e7592 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 10 May 2020 13:56:10 +0200 Subject: [PATCH] vlt fix duty cloth --- ReallifeGamemode.Server/Events/UpdateCharacterCloth.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }; }