From 4d7cba4db92fe2959371cee3052e76a25b55260f Mon Sep 17 00:00:00 2001 From: aviate <40-aviate@users.noreply.development.life-of-german.org> Date: Sun, 4 Aug 2019 13:04:17 +0200 Subject: [PATCH] Update FactionCommands.cs --- ReallifeGamemode.Server/Commands/FactionCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index 5b8a6658..726b09b3 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -287,8 +287,8 @@ namespace ReallifeGamemode.Server.Commands ChatService.ErrorMessage(player, "Der Spieler hat keine Wanteds"); return; } - ChatService.SendMessage(target, "~b~Deine Akte wurde von " + player.Name + " gelöscht. Grund:" + reason); - ChatService.BroadcastFaction("~b~HQ: Die Akte von " + target.Name + " wurde von " + player.Name + " gelöscht. Grund: " + reason + ".", new List() { 1, 3 }); + ChatService.SendMessage(target, "!{#8181E9}Deine Akte wurde von " + player.Name + " gelöscht. Grund: " + reason); + ChatService.BroadcastFaction("!{#8181E9}HQ: Die Akte von " + target.Name + " wurde von " + player.Name + " gelöscht. Grund: " + reason + ".", new List() { 1, 3 }); targetUser.Wanteds = 0; dbContext.SaveChanges();