mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Fixes #639
This commit is contained in:
parent
65c6702d94
commit
262b07fd34
@ -130,6 +130,7 @@ public class Schematic {
|
|||||||
extent = new BlockTransformExtent(clipboard, transform, world.getWorldData().getBlockRegistry());
|
extent = new BlockTransformExtent(clipboard, transform, world.getWorldData().getBlockRegistry());
|
||||||
} else if (sourceMask == null) {
|
} else if (sourceMask == null) {
|
||||||
paste(editSession, to, pasteAir);
|
paste(editSession, to, pasteAir);
|
||||||
|
editSession.flushQueue();
|
||||||
return editSession;
|
return editSession;
|
||||||
}
|
}
|
||||||
ForwardExtentCopy copy = new ForwardExtentCopy(extent, clipboard.getRegion(), clipboard.getOrigin(), editSession, to);
|
ForwardExtentCopy copy = new ForwardExtentCopy(extent, clipboard.getRegion(), clipboard.getOrigin(), editSession, to);
|
||||||
|
Loading…
Reference in New Issue
Block a user