Make it red.. Ladies love red

This commit is contained in:
libraryaddict 2014-06-14 21:16:11 +12:00
parent 8014b7a9c0
commit 4c14e6b72a

View File

@ -229,7 +229,7 @@ public class DisguiseHelpCommand extends BaseDisguiseCommand {
methods.set(i, map.get(methods.get(i)) + methods.get(i));
}
if (methods.isEmpty()) {
methods.add("No options with permission to use");
methods.add(ChatColor.RED + "No options with permission to use");
}
sender.sendMessage(ChatColor.DARK_RED + type.toReadable() + " options: "
+ StringUtils.join(methods, ChatColor.DARK_RED + ", "));