322323324325326327328329330331332
if (save && !world.getChunkManager().performSave(this)) { return false; } if (EventFactory.callEvent(new ChunkUnloadEvent(this)).isCancelled()) { return false; } sections = null; biomes = null;