falsche abfrage

This commit is contained in:
Michael
2020-09-11 14:49:52 +02:00
parent ce5d6cf44d
commit 9e406f86bc

View File

@@ -95,7 +95,7 @@ namespace ReallifeGamemode.Server.Events
Medic.AddTaskToList(reviveTask);
ChatService.BroadcastFaction("~y~[MEDIC] ~w~" + player.Name + " ist soeben verstorben.", new List<int>() { 2 });
if (user.Wanteds <= 0 && user.JailTime <= 0)
if (user.Wanteds <= 0 && user.JailTime > 0)
{
return;
}