Initialize LoginKeys dictionary

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

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

Loading…
Cancel
Save