Skip to content

Commit

Permalink
Don't pass installed DLCs to resolver for row conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Feb 24, 2021
1 parent 5fdda56 commit d7618f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GUI/Model/ModList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ public static Dictionary<GUIMod, string> ComputeConflictsFromModList(IRegistryQu
// Only check mods that would exist after the changes are made.
IEnumerable<CkanModule> installed = registry.InstalledModules.Where(
im => !modules_to_remove.Contains(im.Module.identifier)
&& !im.Module.IsDLC
).Select(im => im.Module);

// Convert ONLY modules_to_install with CkanModule.FromIDandVersion,
Expand Down

0 comments on commit d7618f5

Please sign in to comment.