Update stuff

This commit is contained in:
2025-08-05 21:21:43 +02:00
parent 002259b274
commit 6e70d16370
9 changed files with 23 additions and 29 deletions
@@ -128,9 +128,4 @@ public class DynamicRegionSystem implements RegionSystem {
neighbours.remove(GlobalRegion.INSTANCE);
return ((Set<DynamicRegion>)(Set) neighbours).stream();
}
@Override
public boolean isModular() {
return true;
}
}