Make it easier to read the options

This commit is contained in:
Andrew 2013-11-06 04:50:54 +13:00
parent 4a40ac6ec1
commit 4596752c29

@ -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 + ")");
}
}
}