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

refactor: remove duplicate call to LoadGameToJson #5938

Merged

Conversation

mwerle
Copy link
Contributor

@mwerle mwerle commented Oct 18, 2024

A duplicate call to LoadGameToJson() snuck past the developer and reviewers in SaveGameManager::LoadGame().

Replace the duplicate call by the local variable which already contains the loaded game.

A duplicate call to LoadGameToJson() snuck past the developer and
reviewers in SaveGameManager::LoadGame().

Replace the duplicate call by the local variable which already contains
the loaded game.
@impaktor impaktor merged commit 9cf9a6b into pioneerspacesim:master Oct 18, 2024
4 checks passed
@mwerle mwerle deleted the fix/remove_duplicate_LoadGameToJson branch October 18, 2024 08:07
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.

2 participants