Initialize LoginKeys dictionary

pull/25/head
Ryan Kistner 9 years ago
parent 974eb1d369
commit 17d5f7357d

@ -30,6 +30,7 @@ namespace DepotDownloader
LastManifests = new Dictionary<uint, ulong>(); LastManifests = new Dictionary<uint, ulong>();
SentryData = new Dictionary<string, byte[]>(); SentryData = new Dictionary<string, byte[]>();
ContentServerPenalty = new System.Collections.Concurrent.ConcurrentDictionary<string, int>(); ContentServerPenalty = new System.Collections.Concurrent.ConcurrentDictionary<string, int>();
LoginKeys = new Dictionary<string, string>();
} }
static bool Loaded static bool Loaded

Loading…
Cancel
Save