Update AdminCommands.cs

This commit is contained in:
aviate
2019-08-04 13:24:39 +02:00
parent 4d7cba4db9
commit 5f20c789af

View File

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