From c09ea0073b73c06037dff70f42a5cf9524f84c1a Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 4 Sep 2022 15:47:54 -0500 Subject: [PATCH] Don't reset locale chooser options --- scripts/client/locale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/client/locale.js b/scripts/client/locale.js index 9166f443..38d502d9 100644 --- a/scripts/client/locale.js +++ b/scripts/client/locale.js @@ -38,7 +38,7 @@ function loadLocaleConfig() { let configFile = loadTextFile("config/client/locale.json"); getServerData().localeOptions = JSON.parse(configFile); - resetLocaleChooserOptions(); + //resetLocaleChooserOptions(); loadAllLocaleStrings(); }