logout-meldung für medic-auftrag angepasst

This commit is contained in:
Luke
2021-06-01 05:22:16 +02:00
parent aa90f09a26
commit 96a0dcfae4

View File

@@ -89,7 +89,7 @@ namespace ReallifeGamemode.Server.Events
if (task != null)
{
ChatService.BroadcastFaction("~y~[MEDIC] ~w~Info: Der Auftrag von " + player.Name + " wurde entfernt (Ausgeloggt)", new List<int>() { 2 });
ChatService.BroadcastFaction("~y~[MEDIC] ~w~Der Auftrag von " + player.Name + " wurde entfernt (Ausgeloggt)", new List<int>() { 2 });
}
if (player.IsAdminDuty())
@@ -109,6 +109,7 @@ namespace ReallifeGamemode.Server.Events
}
}
*/
ReportManage temp;
for (int a = 0; a < Report.Report.listReports.Count; a++)
{