Skip to content

Commit

Permalink
Merge #2579 Restore uninstallation of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
politas committed Nov 17, 2018
2 parents 8b791df + 3ac163d commit e5fc437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ All notable changes to this project will be documented in this file.
- [GUI] Allow uninstallation of conflicting mods (#2561 by: HebaruSan; reviewed: Olympic1)
- [Core] Cache listings of legacy cache dirs (#2563 by: HebaruSan; reviewed: politas)
- [Netkan] Treat AVC min without max as open range (#2571 by: HebaruSan; reviewed: politas)
- [GUI] Restore uninstallation of dependencies (#2579 by: HebaruSan; reviewed: politas)

## v1.25.3 (Woomera)

Expand Down
2 changes: 1 addition & 1 deletion GUI/MainModList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ public async Task<IEnumerable<ModChange>> ComputeChangeSetFromModList(
{
new RelationshipResolver(
modules_to_install,
modules_to_remove,
null,
options, registry, version);
handled_all_too_many_provides = true;
continue;
Expand Down

0 comments on commit e5fc437

Please sign in to comment.