Fix jumpto

This commit is contained in:
Jesse Boyd 2016-09-10 21:24:14 +10:00
parent ab742e54a0
commit c86f556a03
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public class NavigationCommands {
usage = "jumpto [world,x,y,z]",
desc = "Teleport to a location",
min = 0,
max = 0
max = 1
)
@CommandPermissions("worldedit.navigation.jumpto.command")
public void jumpTo(Player player, LocalSession session, EditSession editSession, CommandContext args) throws WorldEditException {