Merge branch 'release/3.4'

This commit is contained in:
Dylan K. Taylor
2018-11-07 22:11:27 +00:00
2 changed files with 4 additions and 8 deletions

View File

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