mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-24 03:25:13 +01:00
Fix arg length for /trc
This commit is contained in:
parent
c71f226abd
commit
5d2c81da84
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user