We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ef1d6 commit aea9cbbCopy full SHA for aea9cbb
HMCL/src/main/java/org/jackhuang/hmcl/game/LogExporter.java
@@ -129,7 +129,7 @@ public static CompletableFuture<Void> exportLogs(
129
}
130
131
if (!hasJij) {
132
- infoBuilder.append("无 / None").append(System.lineSeparator());
+ infoBuilder.append("No JIJ INFO contain").append(System.lineSeparator());
133
134
135
zipper.putTextFile(infoBuilder.toString(), "ALL_MOD_JIJ_INFO.txt");
0 commit comments