diff --git a/src/main/java/me/cortex/voxy/client/core/VoxelCore.java b/src/main/java/me/cortex/voxy/client/core/VoxelCore.java index bfc95e75..a161088c 100644 --- a/src/main/java/me/cortex/voxy/client/core/VoxelCore.java +++ b/src/main/java/me/cortex/voxy/client/core/VoxelCore.java @@ -192,7 +192,7 @@ public class VoxelCore { } public boolean createWorldImporter(World mcWorld, File worldPath) { - if (this.importer != null) { + if (this.importer == null) { this.importer = new WorldImporter(this.world, mcWorld, this.serviceThreadPool); } if (this.importer.isBusy()) {