Skip to content

Commit

Permalink
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
1 parent f2209e2 commit 8903e8e
Showing 1 changed file with 1 addition and 2 deletions.
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 8903e8e

Please sign in to comment.