Merge branch 'master' of github.com:mcMMO-Dev/mcMMO

This commit is contained in:
nossr50
2021-01-03 09:53:12 -08:00
6 changed files with 84 additions and 63 deletions

View File

@ -38,7 +38,7 @@ public class HashChunkManager implements ChunkManager {
rf.close();
regionMap.clear();
}
private synchronized @Nullable ChunkStore readChunkStore(@NotNull World world, int cx, int cz) throws IOException {
McMMOSimpleRegionFile rf = getReadableSimpleRegionFile(world, cx, cz);
if (rf == null)