try fix eh fail

This commit is contained in:
Michael
2020-09-11 13:54:39 +02:00
parent 6c02e130b2
commit 8650efa885

View File

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