critical error notice

This commit is contained in:
Xujiayao 2025-12-20 18:05:53 +08:00
parent 6e8e630e38
commit 59622f9740

View file

@ -82,7 +82,8 @@ public class DMCC {
// Load DMCC internal translation
if (!I18nManager.loadInternalTranslationsOnly()) {
// Should not happen!
LOGGER.warn("DMCC will not continue initialization due to language file issues");
LOGGER.warn("DMCC will not continue initialization due to internal language file issues");
LOGGER.warn("This is a critical error, please report it to the developer!");
return;
}