Skip to content

Commit

Permalink
[SmartUEInstaller] include Vanila loadout
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeWanderer committed Jul 11, 2024
1 parent 22ecff3 commit 38f3774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public override async ValueTask<IEnumerable<ModInstallerResult>> GetModsAsync(
}

var loadout = Loadout.All(_connection.Db)
.First(x => x.IsVisible() && x.Installation.Path == gameFolderPath.ToString());
.First(x => x.Installation.Path == gameFolderPath.ToString());

var gameFilesLookup = loadout.Mods.First(mod => mod.Category == ModCategory.GameFiles).Files.Select(file => file.To).ToLookup(x => x.Path.FileName);

Expand Down

0 comments on commit 38f3774

Please sign in to comment.