diff --git a/Libraries/SPTarkov.Server.Core/Services/LocaleService.cs b/Libraries/SPTarkov.Server.Core/Services/LocaleService.cs index 1f3cfa19..98d2e8c8 100644 --- a/Libraries/SPTarkov.Server.Core/Services/LocaleService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/LocaleService.cs @@ -91,7 +91,7 @@ public class LocaleService( /// Locale e.g en/ge/cz/cn public string GetDesiredServerLocale() { - if (!string.IsNullOrEmpty(_chosenServerLocale)) + if (string.IsNullOrEmpty(_chosenServerLocale)) { _chosenServerLocale = string.Equals( _localeConfig.ServerLocale,