From 6732dfb721320b35762cfbe2fb3af15220c78bac Mon Sep 17 00:00:00 2001 From: balbo Date: Tue, 4 Aug 2020 19:40:48 +0200 Subject: [PATCH] revert --- ReallifeGamemode.Server/Wanted/Jail.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ReallifeGamemode.Server/Wanted/Jail.cs b/ReallifeGamemode.Server/Wanted/Jail.cs index b200d213..56d2bd54 100644 --- a/ReallifeGamemode.Server/Wanted/Jail.cs +++ b/ReallifeGamemode.Server/Wanted/Jail.cs @@ -120,14 +120,11 @@ namespace ReallifeGamemode.Server.Wanted if (announceHq) { ChatService.BroadcastFaction("!{#8181E9}HQ: " + user.Name + " wurde ins Gefängnis geliefert.", new List() { 1, 3 }); - break; } - } else { ChatService.BroadcastFaction("!{#8181E9}HQ: Der Verdächtigte " + user.Name + " wurde soeben ins Krankenhaus eingeliefert.", new System.Collections.Generic.List() { 1, 3 }); - break; } } }