mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Whitespace fix
This commit is contained in:
parent
4aa17e61fc
commit
9e2d5aada8
@ -38,7 +38,7 @@ public class HashChunkManager implements ChunkManager {
|
|||||||
rf.close();
|
rf.close();
|
||||||
regionMap.clear();
|
regionMap.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
private synchronized @Nullable ChunkStore readChunkStore(@NotNull World world, int cx, int cz) throws IOException {
|
private synchronized @Nullable ChunkStore readChunkStore(@NotNull World world, int cx, int cz) throws IOException {
|
||||||
McMMOSimpleRegionFile rf = getReadableSimpleRegionFile(world, cx, cz);
|
McMMOSimpleRegionFile rf = getReadableSimpleRegionFile(world, cx, cz);
|
||||||
if (rf == null)
|
if (rf == null)
|
||||||
|
Loading…
Reference in New Issue
Block a user