We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf235a commit 957c3efCopy full SHA for 957c3ef
1 file changed
src/main/java/i18nupdatemod/I18nUpdateMod.java
@@ -118,6 +118,7 @@ public static void init(Path minecraftPath, String minecraftVersion, String load
118
Log.warning(String.format("Failed to update resource pack: %s", e));
119
LoadDetailUI.appendLog(String.format("I18n Update Mod 运行失败: %s", e));
120
LoadDetailUI.appendLog("请您手动关闭此窗口");
121
+ return;
122
// e.printStackTrace();
123
}
124
LoadDetailUI.hide();
0 commit comments