From 4bb05252aa6f0981036d2d3620ba118a57a9ef56 Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Wed, 7 Aug 2024 01:50:27 +1000 Subject: [PATCH] woops --- src/main/java/me/cortex/voxy/client/core/VoxelCore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {