medic ausgaben verschönert

This commit is contained in:
Fabian
2021-04-15 19:19:56 +02:00
parent 04e82ac6da
commit 97f827cd0a
2 changed files with 2 additions and 2 deletions

View File

@@ -1406,7 +1406,7 @@ namespace ReallifeGamemode.Server.Commands
MedicTask task = Medic.ReviveTasks.FirstOrDefault(t => t.Victim == player.Name); MedicTask task = Medic.ReviveTasks.FirstOrDefault(t => t.Victim == player.Name);
if (task != null) if (task != null)
{ {
ChatService.BroadcastFaction("Info: Der Auftrag von " + target.Name + " wurde entfernt (Administrativ wiederbelebt)", new List<int>() { 2 }); ChatService.BroadcastFaction("~y~[MEDIC] ~w~Der Auftrag von " + target.Name + " wurde entfernt (Administrativ wiederbelebt)", new List<int>() { 2 });
} }
target.SetData("isDead", false); target.SetData("isDead", false);

View File

@@ -67,7 +67,7 @@ namespace ReallifeGamemode.Server.Events
if (task != null) if (task != null)
{ {
ChatService.BroadcastFaction("Info: Der Auftrag von " + player.Name + " wurde entfernt (Ausgeloggt)", new List<int>() { 2 }); ChatService.BroadcastFaction("~y~[MEDIC] ~w~Info: Der Auftrag von " + player.Name + " wurde entfernt (Ausgeloggt)", new List<int>() { 2 });
} }
if (player.IsAdminDuty()) if (player.IsAdminDuty())