This commit is contained in:
Michael
2020-09-11 15:02:45 +02:00
parent 62128098d1
commit 12b97f02bc

View File

@@ -121,7 +121,7 @@ namespace ReallifeGamemode.Server.Wanted
ChatService.BroadcastFaction("!{#8181E9}HQ: " + user.Name + " wurde ins Gefängnis geliefert.", new List<int>() { 1, 3 });
}
}
else if (user.Wanteds <= 0 && user.JailTime <= 0)
else if (user.Wanteds > 0 && user.JailTime <= 0)
{
ChatService.BroadcastFaction("!{#8181E9}HQ: Der Verdächtigte " + user.Name + " wurde soeben ins Krankenhaus eingeliefert.", new System.Collections.Generic.List<int>() { 1, 3 });
}