mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Config overhaul is DONE!
This commit is contained in:
@ -28,7 +28,7 @@ public class mcLocale {
|
||||
try {
|
||||
if (RESOURCE_BUNDLE == null) {
|
||||
Locale.setDefault(new Locale("en", "US"));
|
||||
String[] myLocale = Config.locale.split("[-_ ]");
|
||||
String[] myLocale = Config.getLocale().split("[-_ ]");
|
||||
|
||||
Locale locale = null;
|
||||
|
||||
|
Reference in New Issue
Block a user