This commit is contained in:
Michael
2020-09-11 14:33:33 +02:00
parent 8650efa885
commit 20dc3aec2b
2 changed files with 9 additions and 4 deletions

View File

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