Fix jumpto

This commit is contained in:
Jesse Boyd 2016-09-10 21:24:14 +10:00
parent ab742e54a0
commit c86f556a03

View File

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