disableQueue stops buffering, switch to enableQueue to buffer when "//move"ing

fixes #738
This commit is contained in:
dordsor21 2021-01-10 13:22:47 +00:00
parent bd079421a3
commit edc7e9028b
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -1590,7 +1590,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
if (disAbs.getBlockX() < size.getBlockX() && disAbs.getBlockY() < size.getBlockY() && disAbs.getBlockZ() < size.getBlockZ()) {
// Buffer if overlapping
disableQueue();
enableQueue();
}
ForwardExtentCopy copy = new ForwardExtentCopy(this, region, this, to);