mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
critical error notice
This commit is contained in:
parent
6e8e630e38
commit
59622f9740
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue