diff --git a/DepotDownloader/ConfigStore.cs b/DepotDownloader/ConfigStore.cs index c3594af7..589c86ba 100644 --- a/DepotDownloader/ConfigStore.cs +++ b/DepotDownloader/ConfigStore.cs @@ -30,6 +30,7 @@ namespace DepotDownloader LastManifests = new Dictionary(); SentryData = new Dictionary(); ContentServerPenalty = new System.Collections.Concurrent.ConcurrentDictionary(); + LoginKeys = new Dictionary(); } static bool Loaded