This commit is contained in:
mcrcortex
2024-08-07 01:50:27 +10:00
parent 8797ee56a8
commit 4bb05252aa

View File

@@ -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()) {