Skip to content

Commit

Permalink
Exclude dependencies in the changeset from supported by list
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Nov 21, 2024
1 parent 46ae1e0 commit c2fe4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/ModuleInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1623,8 +1623,8 @@ public static bool FindRecommendations(GameInstance

var opts = RelationshipResolverOptions.DependsOnlyOpts();
supporters = resolver.Supporters(recommenders,
toInstall.Concat(recommendations.Keys)
.Concat(suggestions.Keys))
recommenders.Concat(recommendations.Keys)
.Concat(suggestions.Keys))
.Where(kvp => CanInstall(toInstall.Append(kvp.Key).ToList(),
opts, registry, instance.game, crit))
.ToDictionary();
Expand Down

0 comments on commit c2fe4cb

Please sign in to comment.