Skip to content

Commit

Permalink
Add missing p flag to the annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Dec 2, 2019
1 parent 0d558c8 commit 7715232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public void collidable(CommandContext args, CommandSender sender, NPC npc) throw
desc = "Controls commands which will be run when clicking on an NPC",
modifiers = { "command", "cmd" },
min = 1,
flags = "lr",
flags = "lrp",
permission = "citizens.npc.command")
public void command(CommandContext args, CommandSender sender, NPC npc) throws CommandException {
CommandTrait commands = npc.getTrait(CommandTrait.class);
Expand Down

0 comments on commit 7715232

Please sign in to comment.