mirror of
https://github.com/SteamRE/DepotDownloader.git
synced 2026-02-04 05:31:18 +01:00
@@ -32,8 +32,8 @@ namespace DepotDownloader
|
||||
AccountSettingsStore()
|
||||
{
|
||||
ContentServerPenalty = new ConcurrentDictionary<string, int>();
|
||||
LoginTokens = [];
|
||||
GuardData = [];
|
||||
LoginTokens = new(StringComparer.OrdinalIgnoreCase);
|
||||
GuardData = new(StringComparer.OrdinalIgnoreCase);
|
||||
}
|
||||
|
||||
static bool Loaded
|
||||
|
||||
Reference in New Issue
Block a user