Whitespace fix

This commit is contained in:
t00thpick1 2021-01-02 20:38:35 -05:00
parent 4aa17e61fc
commit 9e2d5aada8

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)