geforkt von Mirrors/FastAsyncWorldEdit
Typo fix.
Thanks, Moo0
Dieser Commit ist enthalten in:
Ursprung
c29856f5a8
Commit
a3946dc8c4
@ -1058,7 +1058,7 @@ public class WorldEdit {
|
|||||||
if (player.getItemInHand() == config.navigationWand
|
if (player.getItemInHand() == config.navigationWand
|
||||||
&& config.navigationWandMaxDistance > 0
|
&& config.navigationWandMaxDistance > 0
|
||||||
&& (player.hasPermission("worldedit.navigation.thru.tool")
|
&& (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)) {
|
if (!player.passThroughForwardWall(40)) {
|
||||||
player.printError("Nothing to pass through!");
|
player.printError("Nothing to pass through!");
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren