mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-12 13:44:07 +01:00
Allow extra arg for /npc pose
This commit is contained in:
parent
e2e4b2a0c1
commit
17c3329b19
@ -2160,7 +2160,7 @@ public class NPCCommands {
|
||||
flags = "ad",
|
||||
modifiers = { "pose" },
|
||||
min = 1,
|
||||
max = 2,
|
||||
max = 3,
|
||||
permission = "citizens.npc.pose")
|
||||
public void pose(CommandContext args, CommandSender sender, NPC npc, @Flag("save") String save,
|
||||
@Flag("mirror") String mirror, @Flag("assume") String assume, @Flag("remove") String remove,
|
||||
|
Loading…
Reference in New Issue
Block a user