Don't reset locale chooser options
This commit is contained in:
@@ -38,7 +38,7 @@ function loadLocaleConfig() {
|
|||||||
let configFile = loadTextFile("config/client/locale.json");
|
let configFile = loadTextFile("config/client/locale.json");
|
||||||
getServerData().localeOptions = JSON.parse(configFile);
|
getServerData().localeOptions = JSON.parse(configFile);
|
||||||
|
|
||||||
resetLocaleChooserOptions();
|
//resetLocaleChooserOptions();
|
||||||
loadAllLocaleStrings();
|
loadAllLocaleStrings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user