More proper fix

This commit is contained in:
nossr50
2021-04-16 12:24:02 -07:00
parent 81a3441d62
commit c29f311f1e
4 changed files with 6 additions and 3 deletions

View File

@@ -152,6 +152,7 @@ public final class LocaleLoader {
mcMMO.p.getLogger().log(Level.WARNING, "Failed to load locale from " + localePath, e);
}
}
bundle = ResourceBundle.getBundle(BUNDLE_ROOT, locale);
enBundle = ResourceBundle.getBundle(BUNDLE_ROOT, Locale.US);
}