geforkt von Mirrors/FastAsyncWorldEdit
Ursprung
bcceadee6b
Commit
d9418ec8ae
@ -279,8 +279,6 @@ public class ForwardExtentCopy implements Operation {
|
|||||||
public Operation resume(RunContext run) throws WorldEditException {
|
public Operation resume(RunContext run) throws WorldEditException {
|
||||||
if (currentTransform == null) {
|
if (currentTransform == null) {
|
||||||
currentTransform = transform;
|
currentTransform = transform;
|
||||||
} else if (!currentTransform.equals(transform)) {
|
|
||||||
currentTransform = currentTransform.combine(transform);
|
|
||||||
}
|
}
|
||||||
if (lastBiomeVisitor != null) {
|
if (lastBiomeVisitor != null) {
|
||||||
affectedBiomeCols += lastBiomeVisitor.getAffected();
|
affectedBiomeCols += lastBiomeVisitor.getAffected();
|
||||||
@ -408,6 +406,7 @@ public class ForwardExtentCopy implements Operation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (transExt != null) {
|
if (transExt != null) {
|
||||||
|
currentTransform = currentTransform.combine(transform);
|
||||||
transExt.setTransform(currentTransform);
|
transExt.setTransform(currentTransform);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren