geforkt von Mirrors/FastAsyncWorldEdit
disableQueue stops buffering, switch to enableQueue to buffer when "//move"ing
fixes #738
Dieser Commit ist enthalten in:
Ursprung
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);
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren