kleiner bug aber micha findet fehler nicht

This commit is contained in:
Michael
2020-09-11 14:45:18 +02:00
parent 20dc3aec2b
commit ce5d6cf44d

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)
if (user.Wanteds <= 0 && user.JailTime <= 0)
{
return;
}