Blocked command aliases from being executed when that command is blocked, removed debug message

This commit is contained in:
Jerom van der Sar
2013-07-05 13:50:10 +02:00
parent 93914370a1
commit 4cbbf10871
5 changed files with 46 additions and 17 deletions

View File

@ -1049,6 +1049,7 @@ public class TFM_Util
ChatColor.RED,
ChatColor.LIGHT_PURPLE,
ChatColor.YELLOW);
private static final Random RANDOM = new Random();
public static ChatColor randomChatColor()
{