diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index 7f1ce472..46661f98 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -406,7 +406,7 @@ namespace DepotDownloader private static async Task DownloadWebFile(uint appId, string fileName, string url) { - if (!CreateDirectories(appId, appId, 0, out var installDir)) + if (!CreateDirectories(appId, 0, 0, out var installDir)) { Console.WriteLine("Error: Unable to create install directories!"); return;