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

RareGameSlim: fix uploading save games when there aren't any on the remote #453

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

loathingKernel
Copy link
Contributor

If there aren't any saves for the game on the cloud, the game's saves list
is empty, and the first check failed. As a result the method would
erroneously report that there aren't any save games. This caused the
upload/download button in the cloud saves dialog and widget would be
disabled.

Fix it by removing the check and creating a fake save to satisfy
check_savegame_state

…emote

If there aren't any saves for the game on the cloud, the game's saves list
is empty, and the first check failed. As a result the method would
erroneously report that there aren't any save games. This caused the
upload/download button in the cloud saves dialog and widget would be
disabled.

Fix it by removing the check and creating a fake save to satisfy
`check_savegame_state`
@loathingKernel loathingKernel merged commit edeb013 into RareDevs:main Sep 12, 2024
1 of 13 checks passed
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.

1 participant