Don't reset locale chooser options

This commit is contained in:
Vortrex
2022-09-04 15:47:54 -05:00
parent 36f47f7009
commit c09ea0073b

View File

@@ -38,7 +38,7 @@ function loadLocaleConfig() {
let configFile = loadTextFile("config/client/locale.json");
getServerData().localeOptions = JSON.parse(configFile);
resetLocaleChooserOptions();
//resetLocaleChooserOptions();
loadAllLocaleStrings();
}