mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 19:19:07 +00:00
Proper derefs
This commit is contained in:
@@ -420,6 +420,7 @@ public class IrisEngine implements Engine {
|
||||
getData().clearLists();
|
||||
Iris.service(PreservationSVC.class).dereference();
|
||||
Iris.debug("Engine Fully Shutdown!");
|
||||
complex = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -884,6 +884,7 @@ public interface Engine extends DataProvider, Fallible, LootProvider, BlockUpdat
|
||||
{
|
||||
return sl.matches(engine, chunk);
|
||||
}
|
||||
|
||||
return false;
|
||||
};
|
||||
|
||||
|
||||
@@ -234,6 +234,9 @@ public class BukkitChunkGenerator extends ChunkGenerator implements PlatformChun
|
||||
}
|
||||
|
||||
getEngine().close();
|
||||
folder.clear();
|
||||
populators.clear();
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user