mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Corrected number of arguments in //pos2
This commit is contained in:
parent
91b7b8444f
commit
63262dbd5f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user