From b662634321c10c9f48c9443bc275ae828c4f53a4 Mon Sep 17 00:00:00 2001 From: aviate <40-aviate@users.noreply.development.life-of-german.org> Date: Sun, 4 Aug 2019 01:00:50 +0200 Subject: [PATCH] Update Jail.cs --- ReallifeGamemode.Server/Wanted/Jail.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Server/Wanted/Jail.cs b/ReallifeGamemode.Server/Wanted/Jail.cs index 8166004d..2b4033b8 100644 --- a/ReallifeGamemode.Server/Wanted/Jail.cs +++ b/ReallifeGamemode.Server/Wanted/Jail.cs @@ -76,8 +76,8 @@ namespace ReallifeGamemode.Server.Wanted Medic.RemoveTaskFromList(task); client.Health = 100; - ChatService.SendMessage(client, "Du bist im Gefängnis für " + jailTime + " Sekunden."); - ChatService.BroadcastFaction("~b~HQ: " + user.Name + " wurde ins Gefängnis geliefert.", new List() { 1, 3 }); + ChatService.SendMessage(client, "!{FF614A}* Du bist im Gefängnis für " + jailTime + " Sekunden."); + ChatService.BroadcastFaction("!{8181E9}HQ: " + user.Name + " wurde ins Gefängnis geliefert.", new List() { 1, 3 }); } } }