diff --git a/DepotDownloader/AccountSettingsStore.cs b/DepotDownloader/AccountSettingsStore.cs index 7e1594be..7f2bbfef 100644 --- a/DepotDownloader/AccountSettingsStore.cs +++ b/DepotDownloader/AccountSettingsStore.cs @@ -32,8 +32,8 @@ namespace DepotDownloader AccountSettingsStore() { ContentServerPenalty = new ConcurrentDictionary(); - LoginTokens = []; - GuardData = []; + LoginTokens = new(StringComparer.OrdinalIgnoreCase); + GuardData = new(StringComparer.OrdinalIgnoreCase); } static bool Loaded