aa
This commit is contained in:
@@ -91,8 +91,10 @@ public class WorldImportWrapper {
|
|||||||
MinecraftClient.getInstance().inGameHud.getChatHud().addMessage(Text.literal(msg));
|
MinecraftClient.getInstance().inGameHud.getChatHud().addMessage(Text.literal(msg));
|
||||||
Logger.info(msg);
|
Logger.info(msg);
|
||||||
Taskbar.INSTANCE.setIsNone();
|
Taskbar.INSTANCE.setIsNone();
|
||||||
this.importer.shutdown();
|
if (this.importer != null) {
|
||||||
this.importer = null;
|
this.importer.shutdown();
|
||||||
|
this.importer = null;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user