mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-10 19:23:25 +00:00
Make it red.. Ladies love red
This commit is contained in:
parent
8014b7a9c0
commit
4c14e6b72a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue