add debug message

This commit is contained in:
Siga
2020-03-23 16:14:50 +01:00
parent 2e06d14693
commit e59b84d6ac
4 changed files with 1561 additions and 27 deletions

View File

@@ -46,7 +46,7 @@ namespace ReallifeGamemode.Server.Shop.Clothing
accessoires.ToArray()
};
client.TriggerEvent("clothesMenu:updateData", JsonConvert.SerializeObject(category), JsonConvert.SerializeObject(clothes.ToArray()));
client.TriggerEvent("clothesMenu:updateData", JsonConvert.SerializeObject(category), JsonConvert.SerializeObject(clothes.ToArray()), gender);
}
}
}