Try always loading the language data
This commit is contained in:
parent
1146642dec
commit
c689991986
1 changed files with 1 additions and 4 deletions
|
@ -337,10 +337,7 @@ public class FMLCommonHandler
|
|||
}
|
||||
langPack.put(key,value);
|
||||
|
||||
if (sidedDelegate.getCurrentLanguage().equals(lang)) {
|
||||
// Inject new translations into current language table
|
||||
handleLanguageLoad(sidedDelegate.getCurrentLanguageTable(), lang);
|
||||
}
|
||||
handleLanguageLoad(sidedDelegate.getCurrentLanguageTable(), lang);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue