Correct perms for nav wand binding.

This commit is contained in:
wizjany
2019-06-29 13:55:58 -04:00
parent 9cbf8178ea
commit 6be77451b6
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ public class ToolCommands {
aliases = "navwand",
desc = "Navigation wand tool"
)
@CommandPermissions({"worldedit.command.jumpto.tool", "worldedit.command.thru.tool"})
@CommandPermissions({"worldedit.nagivation.jumpto.tool", "worldedit.nagivation.thru.tool"})
public void navwand(Player player, LocalSession session) throws WorldEditException {
BaseItemStack itemStack = player.getItemInHand(HandSide.MAIN_HAND);