diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index c10e575b..7356584e 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -19,7 +19,7 @@ using ReallifeGamemode.Server.Finance; /** * @overview Life of German Reallife - Admin Commands (Admin.cs) -* @author VegaZ, hydrant, xSprite, balbo, kookroach +* @author VegaZ, hydrant, xSprite, balbo, kookroach, aviate * @copyright (c) 2008 - 2019 Life of German */ @@ -304,7 +304,7 @@ namespace ReallifeGamemode.Server.Commands message = Regex.Replace(message, "(~[a-zA-Z]~)|(!{(.*)})", ""); - ChatService.BroadcastAdmin("!{607C87}** TC " + player.GetUser().AdminLevel.GetName() + " " + player.Name + "~w~: " + message, AdminLevel.SUPPORTER); + ChatService.BroadcastAdmin("!{607C87}** TC " + player.Name + ":~w~ " + message, AdminLevel.SUPPORTER); } [Command("joblist", "~m~Benutzung: ~s~/joblist")]