load parent acf-core lang

This commit is contained in:
Aikar
2017-07-18 00:20:27 -04:00
parent b0ae0209c9
commit 39f569330b
2 changed files with 2 additions and 0 deletions
@@ -10,6 +10,7 @@ public class SpongeLocales extends Locales{
@Override
public void loadLanguages() {
super.loadLanguages();
String pluginName = "acf-" + manager.plugin.getName();
addMessageBundles("acf-minecraft", pluginName, pluginName.toLowerCase());
}