Update AdminCommands.cs

This commit is contained in:
aviate
2019-08-04 00:32:07 +02:00
parent 467359d11f
commit fc02f32a15

View File

@@ -304,7 +304,7 @@ namespace ReallifeGamemode.Server.Commands
message = Regex.Replace(message, "(~[a-zA-Z]~)|(!{(.*)})", "");
ChatService.BroadcastAdmin("~b~[TEAMCHAT]~s~ " + player.GetUser().AdminLevel.GetName() + " " + player.Name + "~w~: " + message, AdminLevel.SUPPORTER);
ChatService.BroadcastAdmin("!{607C87}** TC " + player.GetUser().AdminLevel.GetName() + " " + player.Name + "~w~: " + message, AdminLevel.SUPPORTER);
}
[Command("joblist", "~m~Benutzung: ~s~/joblist")]