mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 09:17:39 +00:00
disableQueue stops buffering, switch to enableQueue to buffer when "//move"ing
fixes #738
This commit is contained in:
parent
bd079421a3
commit
edc7e9028b
@ -1590,7 +1590,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
|
|||||||
|
|
||||||
if (disAbs.getBlockX() < size.getBlockX() && disAbs.getBlockY() < size.getBlockY() && disAbs.getBlockZ() < size.getBlockZ()) {
|
if (disAbs.getBlockX() < size.getBlockX() && disAbs.getBlockY() < size.getBlockY() && disAbs.getBlockZ() < size.getBlockZ()) {
|
||||||
// Buffer if overlapping
|
// Buffer if overlapping
|
||||||
disableQueue();
|
enableQueue();
|
||||||
}
|
}
|
||||||
|
|
||||||
ForwardExtentCopy copy = new ForwardExtentCopy(this, region, this, to);
|
ForwardExtentCopy copy = new ForwardExtentCopy(this, region, this, to);
|
||||||
|
Loading…
Reference in New Issue
Block a user