]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/client/interop/NBTStructureLoader.java
Tidy up
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client / interop / NBTStructureLoader.java
index 2affcc538889e99bd9f2b95299f50636e18a8381..b8455d2d44cbe9de8f0b6e8ded3cf0fe6d19806d 100644 (file)
@@ -41,7 +41,7 @@ class NBTStructureLoader {
         this.chunkSaveLocation = null;
         this.loadedChunks.clear();
 
-        if(this.chunkLoader == null) return;
+        if (this.chunkLoader == null) return;
         try {
             this.chunkLoader.close();
         } catch (IOException ignored) {