Skip to content

fix: set SaveData to null when returning to the main menu#35

Merged
BadMagic100 merged 1 commit intosilksong-modding:mainfrom
UserIsntAvailable:fix/savedata-set-to-null
Feb 14, 2026
Merged

fix: set SaveData to null when returning to the main menu#35
BadMagic100 merged 1 commit intosilksong-modding:mainfrom
UserIsntAvailable:fix/savedata-set-to-null

Conversation

@UserIsntAvailable
Copy link
Copy Markdown
Contributor

Fixes #34.

@BadMagic100
Copy link
Copy Markdown
Member

I probably should have merged this first as it's older, but it looks like it'll have to rebased because of #37 (I believe UntypedSaveData is now gone)

@dpinela
Copy link
Copy Markdown
Contributor

dpinela commented Feb 14, 2026

Correct. saveData.UntypedSaveData = null should become saveData.ReadSaveData(null), ditto for UntypedOnceSaveData.

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.

Save data is not cleared on returning to menu

3 participants