Merge branch 'develop' of ssh://development.life-of-german.org:451/log-gtav/reallife-gamemode into develop

This commit is contained in:
2021-04-10 01:33:34 +02:00
10 changed files with 115 additions and 108 deletions

View File

@@ -39,7 +39,7 @@ namespace ReallifeGamemode.Server.Util
if (player.GetData<bool>("duty") == true)
{
player.SetData<bool>("duty", false);
Medic.UpdateDutyMedics(-1);
Medic.UpdateDutyMedics();
}
var userClothes = dbContext.CharacterClothes.Where(c => c.UserId == user.Id && c.Duty == true);