kleiner bug aber micha findet fehler nicht
This commit is contained in:
@@ -95,7 +95,7 @@ namespace ReallifeGamemode.Server.Events
|
|||||||
Medic.AddTaskToList(reviveTask);
|
Medic.AddTaskToList(reviveTask);
|
||||||
ChatService.BroadcastFaction("~y~[MEDIC] ~w~" + player.Name + " ist soeben verstorben.", new List<int>() { 2 });
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user