mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Fix jumpto
This commit is contained in:
parent
ab742e54a0
commit
c86f556a03
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user