This commit is contained in:
VegaZ
2021-04-09 01:00:29 +02:00
parent f355ccd50d
commit 09f7072f1a
2 changed files with 12 additions and 30 deletions

View File

@@ -222,7 +222,7 @@ namespace ReallifeGamemode.Server.Factions.Medic
break;
case 1:
var healTask = ReviveTasks.FirstOrDefault(t => t.Victim == victim);
var healTask = HealTasks.FirstOrDefault(t => t.Victim == victim);
healTask.MedicName = player.Name;
ChatService.BroadcastFaction("~y~[MEDIC] ~w~" + player.Name + " hat den Healauftrag von " + victim + " angenommen.", new List<int>() { 2 });
target.SendNotification("~w~Sanitäter~g~ " + player.Name + "~w~ hat deinen Auftrag angenommen.");