diff --git a/fml/common/cpw/mods/fml/common/FMLCommonHandler.java b/fml/common/cpw/mods/fml/common/FMLCommonHandler.java index e6443bf24..9aa414a1a 100644 --- a/fml/common/cpw/mods/fml/common/FMLCommonHandler.java +++ b/fml/common/cpw/mods/fml/common/FMLCommonHandler.java @@ -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); } /**