Reset the java directory when javadir is wrong.

This commit is contained in:
huanghongxun
2015-08-25 09:11:29 +08:00
parent 9fc1470a63
commit 10bb60f998
27 changed files with 302 additions and 259 deletions

View File

@@ -51,7 +51,7 @@ public final class C {
try {
return String.format(C.I18N.getString(a), format);
} catch (Exception e) {
HMCLog.warn("Failed to read localization lang: " + a, e);
HMCLog.warn("Failed to read localization key: " + a, e);
return a;
}
}