Fix Sani-!SelfHeal, Fix Duty = 0 wenn Uninvite

This commit is contained in:
Mac_Slash
2020-04-13 14:17:17 +02:00
parent 28033a5175
commit 941e266381
3 changed files with 14 additions and 7 deletions

View File

@@ -1594,8 +1594,10 @@ namespace ReallifeGamemode.Server.Commands
ChatService.ErrorMessage(player, "Du musst Fahrer sein, um das Menü zu öffnen");
return;
}
player.TriggerEvent("showTuningMenu");
else
{
player.TriggerEvent("showTuningMenu");
}
}
#endregion