mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed SteamHandler Directory not found exception
This commit is contained in:
parent
dfd5d7251d
commit
036572f7db
@ -151,6 +151,9 @@ namespace Wabbajack.Common
|
||||
InstallFolders.Do(p =>
|
||||
{
|
||||
var workshop = Path.Combine(p, "workshop");
|
||||
if(!Directory.Exists(workshop))
|
||||
return;
|
||||
|
||||
Directory.EnumerateFiles(workshop, "*.acf", SearchOption.TopDirectoryOnly).Do(f =>
|
||||
{
|
||||
if (Path.GetFileName(f) != $"appworkshop_{game.AppId}.acf")
|
||||
|
Loading…
Reference in New Issue
Block a user