Fixed manual files not being installed

This commit is contained in:
erri120 2019-12-14 15:08:22 +00:00 committed by GitHub
parent 04584720a7
commit 5ad86f1bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ namespace Wabbajack.Lib
}
if (cancel.IsCancellationRequested) return false;
ConfigureProcessor(9, await RecommendQueueSize());
ConfigureProcessor(10, await RecommendQueueSize());
Directory.CreateDirectory(DownloadFolder);
if (cancel.IsCancellationRequested) return false;
@ -102,8 +102,9 @@ namespace Wabbajack.Lib
UpdateTracker.NextStep("Installing Included files");
await InstallIncludedFiles();
/*if (cancel.IsCancellationRequested) return false;
await InstallManualGameFiles();*/
if (cancel.IsCancellationRequested) return false;
UpdateTracker.NextStep("Installing Manual files");
await InstallManualGameFiles();
if (cancel.IsCancellationRequested) return false;
UpdateTracker.NextStep("Installing SteamWorkshopItems");