-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a possible bug adding new NPCs to profile.
When restoring autosaves, it was possible for new NPCs to never be added to the autosave afterward, due to the policy defaults not actually making any real changes (e.g. having only 2 options where both the pre-policy and post-policy defaults pointed to the 2nd one). New NPCs will now always be logged to the autosave. The implementation should prevent redundant entries, as the "force write" only occurs when explicitly requested and when no implicit event was generated.
- Loading branch information
1 parent
f290869
commit 8a20d36
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters