mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 04:48:34 +00:00
This commit is contained in:
@ -151,7 +151,7 @@ public class PasteBuilder {
|
||||
copy.setFilterFunction(this.canApply);
|
||||
}
|
||||
if (ignoreAirBlocks) {
|
||||
sourceMask = new MaskIntersection(sourceMask, new ExistingBlockMask(clipboard));
|
||||
sourceMask = MaskIntersection.of(sourceMask, new ExistingBlockMask(clipboard));
|
||||
}
|
||||
if (targetExtent instanceof EditSession) {
|
||||
Mask esSourceMask = ((EditSession) targetExtent).getSourceMask();
|
||||
|
Reference in New Issue
Block a user