mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-14 04:38:11 +00:00
Make it easier to read the options
This commit is contained in:
parent
4a40ac6ec1
commit
4596752c29
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ public class DisguiseHelpCommand extends BaseDisguiseCommand {
|
|||
valueType = "Number";
|
||||
}
|
||||
if (valueType != null) {
|
||||
methods.add(ChatColor.RED + method.getName() + " (" + ChatColor.GREEN + valueType
|
||||
+ ChatColor.RED + ")");
|
||||
methods.add(ChatColor.RED + method.getName() + ChatColor.DARK_RED + " ("
|
||||
+ ChatColor.GREEN + valueType + ChatColor.DARK_RED + ")");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue