vlt fix duty cloth

This commit is contained in:
hydrant
2020-05-10 13:56:10 +02:00
parent fa58ef97cd
commit 6340d8c270

View File

@@ -119,7 +119,8 @@ namespace ReallifeGamemode.Server.Events
{ {
UserId = user.Id, UserId = user.Id,
SlotType = (byte)slotType[x], SlotType = (byte)slotType[x],
SlotId = slotId[x] SlotId = slotId[x],
Duty = true
}; };
} }