Minor spring clean

This commit is contained in:
dordsor21
2021-09-19 21:40:15 +01:00
parent 8a4f28a7cc
commit aba147f787
3 changed files with 9 additions and 10 deletions

View File

@ -54,7 +54,6 @@ public abstract class FaweRegionExtent extends ResettableExtent implements IBatc
}
@Override
public Extent construct(Extent child) {
if (getExtent() != child) {
new ExtentTraverser<Extent>(this).setNext(child);