Skip to content

Commit

Permalink
Merge #2755 Save registry inside of scan transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed May 7, 2019
2 parents f2209e2 + 8903e8e commit 9b6cf24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.

- [Multiple] Auto-uninstall auto-installed modules (#2753 by: HebaruSan; reviewed: DasSkelett)

### Bugfixes

- [Core] Save registry inside of scan transaction (#2755 by: HebaruSan; reviewed: DasSkelett)

## v1.26.2

### Features
Expand Down
3 changes: 1 addition & 2 deletions Core/KSP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,9 @@ public void ScanGameData()
}

manager.ScanDlc();

manager.Save(false);
tx.Complete();
}
manager.Save(enforce_consistency: false);
}

#endregion
Expand Down

0 comments on commit 9b6cf24

Please sign in to comment.