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 f386061 commit 387ccddCopy full SHA for 387ccdd
worldedit-core/src/main/java/com/sk89q/worldedit/command/ClipboardCommands.java
@@ -306,6 +306,7 @@ private void createCopy(
306
}
307
final Mask firstSourceMask = mask != null ? mask : sourceMask;
308
final Mask finalMask = MaskIntersection.of(firstSourceMask, new RegionMask(allowedRegion)).optimize();
309
+ new MaskTraverser(finalMask).setNewExtent(editSession);
310
if (finalMask != Masks.alwaysTrue()) {
311
copy.setSourceMask(finalMask);
312
0 commit comments