From 96a0dcfae48a12328baf3009c5a4b70e8fba0627 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 1 Jun 2021 05:22:16 +0200 Subject: [PATCH] =?UTF-8?q?logout-meldung=20f=C3=BCr=20medic-auftrag=20ang?= =?UTF-8?q?epasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Server/Events/Disconnect.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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++) {