Try always loading the language data

This commit is contained in:
Christian Weeks 2012-05-11 23:37:58 -04:00
parent 1146642dec
commit c689991986
1 changed files with 1 additions and 4 deletions

View File

@ -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);
}
/**