mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Fixes #418
This commit is contained in:
parent
82b0722d05
commit
295baa4217
@ -254,8 +254,8 @@ public class ForwardExtentCopy implements Operation {
|
|||||||
transExt.setTransform(currentTransform);
|
transExt.setTransform(currentTransform);
|
||||||
}
|
}
|
||||||
|
|
||||||
affected += blockVisitor.getAffected();
|
|
||||||
}
|
}
|
||||||
|
affected = blockVisitor.getAffected();
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user