Fix arg length for /trc

This commit is contained in:
fullwall 2012-10-15 20:39:57 +08:00
parent dc0cb7b7e0
commit 4f5fac2a3f

View File

@ -58,10 +58,10 @@ public class TraitCommands {
@Command(
aliases = { "traitc", "trc" },
usage = "[trait name] [flags]",
usage = "[trait name] (flags)",
desc = "Configures a trait",
modifiers = { "*" },
min = 2,
min = 1,
flags = "*",
permission = "npc.trait-configure")
public void configure(CommandContext args, CommandSender sender, NPC npc) throws CommandException {