mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 11:03:43 +01:00 
			
		
		
		
	Whitespace fix
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user