9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-06 15:51:30 +00:00

Merge branch 'VolmitSoftware:master' into better_plugin_compat

This commit is contained in:
Julian Krings
2024-03-07 17:24:59 +01:00
committed by GitHub

View File

@@ -167,7 +167,10 @@ public class IrisPregenerator {
generator.close(); generator.close();
ticker.interrupt(); ticker.interrupt();
listener.onClose(); listener.onClose();
getMantle().trim(0, 0); Mantle mantle = getMantle();
if (mantle != null) {
mantle.trim(0, 0);
}
} }
private void visitRegion(int x, int z, boolean regions) { private void visitRegion(int x, int z, boolean regions) {