Level: Collect garbage from chunk internals in doChunkGarbageCollection()

This commit is contained in:
Dylan K. Taylor
2018-11-07 20:01:07 +00:00
parent 8cc2a4ce5d
commit 342a74ffcb
2 changed files with 4 additions and 8 deletions

View File

@ -2979,6 +2979,7 @@ class Level implements ChunkManager, Metadatable{
$this->unloadChunkRequest($X, $Z, true);
}
}
$chunk->collectGarbage();
}
$this->provider->doGarbageCollection();