logout-meldung für medic-auftrag angepasst
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user