mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-02 18:13:43 +01:00
More proper fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user