Corrected number of arguments in //pos2

This commit is contained in:
masteroftime 2011-08-22 23:05:31 +02:00
parent 91b7b8444f
commit 63262dbd5f

View File

@ -79,7 +79,7 @@ public class SelectionCommands {
usage = "[coordinates]",
desc = "Set position 2",
min = 0,
max = 2
max = 1
)
@CommandPermissions({"worldedit.selection.pos"})
public static void pos2(CommandContext args, WorldEdit we,