This commit is contained in:
mcrcortex
2025-03-14 11:19:43 +10:00
parent b6a9adce28
commit 699ccb90b2

View File

@@ -91,8 +91,10 @@ public class WorldImportWrapper {
MinecraftClient.getInstance().inGameHud.getChatHud().addMessage(Text.literal(msg));
Logger.info(msg);
Taskbar.INSTANCE.setIsNone();
if (this.importer != null) {
this.importer.shutdown();
this.importer = null;
}
});
});
return true;