Update AdminCommands.cs

This commit is contained in:
aviate
2019-08-04 00:39:05 +02:00
parent fc02f32a15
commit 3430f47fcb

View File

@@ -19,7 +19,7 @@ using ReallifeGamemode.Server.Finance;
/** /**
* @overview Life of German Reallife - Admin Commands (Admin.cs) * @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 * @copyright (c) 2008 - 2019 Life of German
*/ */
@@ -304,7 +304,7 @@ namespace ReallifeGamemode.Server.Commands
message = Regex.Replace(message, "(~[a-zA-Z]~)|(!{(.*)})", ""); 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")] [Command("joblist", "~m~Benutzung: ~s~/joblist")]