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 f03e16c commit 8c003c2Copy full SHA for 8c003c2
1 file changed
worldedit-core/src/main/java/com/sk89q/worldedit/function/mask/BlockCategoryMask.java
@@ -53,7 +53,7 @@ public boolean test(BlockVector3 vector) {
53
//FAWE start
54
@Override
55
public boolean test(Extent extent, BlockVector3 vector) {
56
- return category.contains(extent.getBlock(vector));
+ return category.contains(vector.getBlock(extent));
57
}
58
59
/**
0 commit comments