From 8650efa885f1f4741d7c2103e8d85ff32f78b04d Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 11 Sep 2020 13:54:39 +0200 Subject: [PATCH] try fix eh fail --- ReallifeGamemode.Server/Wanted/Jail.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReallifeGamemode.Server/Wanted/Jail.cs b/ReallifeGamemode.Server/Wanted/Jail.cs index 20563979..b1500f28 100644 --- a/ReallifeGamemode.Server/Wanted/Jail.cs +++ b/ReallifeGamemode.Server/Wanted/Jail.cs @@ -121,10 +121,10 @@ namespace ReallifeGamemode.Server.Wanted { ChatService.BroadcastFaction("!{#8181E9}HQ: " + user.Name + " wurde ins Gefängnis geliefert.", new List() { 1, 3 }); } - } - else - { + else + { ChatService.BroadcastFaction("!{#8181E9}HQ: Der Verdächtigte " + user.Name + " wurde soeben ins Krankenhaus eingeliefert.", new System.Collections.Generic.List() { 1, 3 }); + } } } }