mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-15 02:29:24 +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