Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct save context for triforce piece collected save data #3301

Merged
merged 2 commits into from
Oct 22, 2023

Conversation

inspectredc
Copy link
Contributor

@inspectredc inspectredc commented Oct 18, 2023

Noticed this and thought it was a bug although im not sure what the result of it is/if it has any problems

Build Artifacts

@Malkierian
Copy link
Contributor

Good thing you found this, lol. The result of this mostly wouldn't be noticeable with something like triforce pieces, but essentially what you were doing was bypassing the freeze state held by SaveManager (saveContext), created at the time of the save request, for what things currently were at the time the save request was processed (gSaveContext). 99.9% of the time those would be the same anyway.

Copy link
Contributor

@aMannus aMannus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry 🥖

@garrettjoecox garrettjoecox merged commit 77c8c83 into HarbourMasters:develop Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants