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

fixes #738
Dieser Commit ist enthalten in:
dordsor21 2021-01-10 13:22:47 +00:00
Ursprung bd079421a3
Commit edc7e9028b
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1E53E88969FFCF0B

Datei anzeigen

@ -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);