Skip to content

Commit

Permalink
Update ContentDownloader.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HellaMadMax committed Sep 8, 2022
1 parent 598fea9 commit 609df26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DepotDownloader/ContentDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ public static async Task DownloadAppAsync(uint appId, List<(uint depotId, ulong
}

Directory.CreateDirectory(Path.Combine(configPath, CONFIG_DIR));
DepotConfigStore.Instance = null; // prevent Config already loaded error
DepotConfigStore.LoadFromFile(Path.Combine(configPath, CONFIG_DIR, "depot.config"));

if (steam3 != null)
Expand Down

0 comments on commit 609df26

Please sign in to comment.