We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee75c1 commit 20aa729Copy full SHA for 20aa729
worldedit-core/src/main/java/com/sk89q/worldedit/function/mask/ExistingBlockMask.java
@@ -46,7 +46,7 @@ public boolean test(BlockVector3 vector) {
46
47
@Override
48
public boolean test(Extent extent, BlockVector3 vector) {
49
- return !extent.getBlock(vector).getBlockType().getMaterial().isAir();
+ return !vector.getBlock(extent).getBlockType().getMaterial().isAir();
50
}
51
52
@Nullable
0 commit comments