From 9e406f86bc29ea5a07070c1a17e9ac09ed763055 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 11 Sep 2020 14:49:52 +0200 Subject: [PATCH] falsche abfrage --- ReallifeGamemode.Server/Events/Death.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Events/Death.cs b/ReallifeGamemode.Server/Events/Death.cs index 0cd45e8a..d93799e9 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 && user.JailTime <= 0) + if (user.Wanteds <= 0 && user.JailTime > 0) { return; }