diff --git a/ReallifeGamemode.Server/Events/Death.cs b/ReallifeGamemode.Server/Events/Death.cs index 1221f776..0cd45e8a 100644 --- a/ReallifeGamemode.Server/Events/Death.cs +++ b/ReallifeGamemode.Server/Events/Death.cs @@ -95,7 +95,7 @@ namespace ReallifeGamemode.Server.Events Medic.AddTaskToList(reviveTask); ChatService.BroadcastFaction("~y~[MEDIC] ~w~" + player.Name + " ist soeben verstorben.", new List() { 2 }); - if (user.Wanteds <= 0) + if (user.Wanteds <= 0 && user.JailTime <= 0) { return; }