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]")]