diff --git a/ReallifeGamemode.Server/Factions/Medic/Medic.cs b/ReallifeGamemode.Server/Factions/Medic/Medic.cs index 34d69700..12cc4725 100644 --- a/ReallifeGamemode.Server/Factions/Medic/Medic.cs +++ b/ReallifeGamemode.Server/Factions/Medic/Medic.cs @@ -145,6 +145,7 @@ namespace ReallifeGamemode.Server.Factions.Medic var medic = PlayerService.GetPlayerByNameOrId(task.MedicName); medic.TriggerEvent("cutMedicEarnings"); medic.SendChatMessage("DEBUG: Der Spieler wurde respawnt. Nur noch 50% des Verdienst"); + NAPI.Chat.SendChatMessageToAll("DEBUG: Player:" + player.Name + " Medic:" + medic.Name); } [RemoteEvent("PayCutMedicEarnings")] public void PayCutMedicEarnings(Player player)