Update AdminCommands.cs
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user