Config overhaul is DONE!

This commit is contained in:
nossr50
2012-04-26 11:53:21 -07:00
parent 295b7a0701
commit 2729b37b76
18 changed files with 136 additions and 180 deletions

View File

@ -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;