mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Typo fix.
Thanks, Moo0
This commit is contained in:
parent
c29856f5a8
commit
a3946dc8c4
@ -1058,7 +1058,7 @@ public class WorldEdit {
|
||||
if (player.getItemInHand() == config.navigationWand
|
||||
&& config.navigationWandMaxDistance > 0
|
||||
&& (player.hasPermission("worldedit.navigation.thru.tool")
|
||||
|| player.hasPermission("worldedit.navication.thru"))) { // TODO: Remove old permission
|
||||
|| player.hasPermission("worldedit.navigation.thru"))) { // TODO: Remove old permission
|
||||
|
||||
if (!player.passThroughForwardWall(40)) {
|
||||
player.printError("Nothing to pass through!");
|
||||
|
Loading…
Reference in New Issue
Block a user