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