mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-11 10:57:47 +01:00
Add missing p flag to the annotation
This commit is contained in:
parent
0d558c8ee1
commit
7715232bb3
@ -282,7 +282,7 @@ public class NPCCommands {
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user