Fixed calling of non-static method

This commit is contained in:
pahimar 2012-09-26 15:45:06 -04:00
parent 632825181e
commit d63558bc52

View file

@ -57,7 +57,7 @@ public class EquivalentExchange3 {
ConfigurationHandler.init(event.getSuggestedConfigurationFile());
// Load the localization files into the LanguageRegistry
LocalizationHandler.loadLanguages();
LocalizationHandler.instance().loadLanguages();
// Conduct the version check and log the result
VersionHelper.checkVersion();