mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 20:56:41 +00:00
Fix compile
This commit is contained in:
@ -139,7 +139,6 @@ public class BlockMask extends AbstractExtentMask {
|
||||
if (other instanceof SingleBlockTypeMask) {
|
||||
return new BlockMaskBuilder(bitSets).filter(((SingleBlockTypeMask) other).getBlockType()).build(getExtent());
|
||||
}
|
||||
// TODO FIXME BlockTypeMask
|
||||
return null;
|
||||
}
|
||||
|
||||
@ -164,7 +163,6 @@ public class BlockMask extends AbstractExtentMask {
|
||||
if (other instanceof SingleBlockTypeMask) {
|
||||
return new BlockMaskBuilder(bitSets).add(((SingleBlockTypeMask) other).getBlockType()).build(getExtent());
|
||||
}
|
||||
// TODO FIXME BlockTypeMask
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user