Update stuff

This commit is contained in:
2026-08-13 17:40:57 +02:00
parent 35874fc1c8
commit 73fc9eca95
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;
}
}