Make it red.. Ladies love red
This commit is contained in:
parent
8014b7a9c0
commit
4c14e6b72a
@ -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 + ", "));
|
||||
|
Loading…
Reference in New Issue
Block a user