This commit is contained in:
Jesse Boyd 2017-07-12 13:49:13 +10:00
parent 65c6702d94
commit 262b07fd34
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -130,6 +130,7 @@ public class Schematic {
extent = new BlockTransformExtent(clipboard, transform, world.getWorldData().getBlockRegistry());
} else if (sourceMask == null) {
paste(editSession, to, pasteAir);
editSession.flushQueue();
return editSession;
}
ForwardExtentCopy copy = new ForwardExtentCopy(extent, clipboard.getRegion(), clipboard.getOrigin(), editSession, to);