mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 09:17:39 +00:00
parent
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user