Finish Duty-System (Clothing)

This commit is contained in:
VegaZ
2018-11-21 17:20:53 +01:00
parent 5e7a8ac0ae
commit 8919e76b75
5 changed files with 44 additions and 59 deletions

View File

@@ -177,7 +177,7 @@ namespace reallife_gamemode.Server.Events
foreach(var cloth in charClothes)
{
if(cloth.SlotType == 0)
if(cloth.SlotType == 1)
{
if (cloth.ClothId == -1)
{