diff --git a/ReallifeGamemode.Server/Events/Disconnect.cs b/ReallifeGamemode.Server/Events/Disconnect.cs index f54a2ba1..031df238 100644 --- a/ReallifeGamemode.Server/Events/Disconnect.cs +++ b/ReallifeGamemode.Server/Events/Disconnect.cs @@ -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() { 2 }); + ChatService.BroadcastFaction("~y~[MEDIC] ~w~Der Auftrag von " + player.Name + " wurde entfernt (Ausgeloggt)", new List() { 2 }); } if (player.IsAdminDuty()) @@ -109,6 +109,7 @@ namespace ReallifeGamemode.Server.Events } } */ + ReportManage temp; for (int a = 0; a < Report.Report.listReports.Count; a++) {