From 76392f3c3835c594ca4b3aeeb73d62708c538c5c Mon Sep 17 00:00:00 2001 From: hydrant Date: Mon, 3 Dec 2018 00:13:28 +0100 Subject: [PATCH] Changed /a chat --- Server/Commands/Admin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Commands/Admin.cs b/Server/Commands/Admin.cs index 06632001..d3388573 100644 --- a/Server/Commands/Admin.cs +++ b/Server/Commands/Admin.cs @@ -210,7 +210,7 @@ namespace reallife_gamemode.Server.Commands message = Regex.Replace(message, "(!{(.*)})", ""); - ChatService.BroadcastAdmin("~r~[ADMINCHAT]: " + player.GetUser().AdminLevel.GetName() + " " + player.Name + "~w~: " + message, AdminLevel.ADMIN); + ChatService.BroadcastAdmin("~r~[ADMINCHAT]~s~ " + player.GetUser().AdminLevel.GetName() + " " + player.Name + "~w~: " + message, AdminLevel.ADMIN); } [Command("freeze", "~m~Benutzung: ~s~/freeze [Spieler]")]