Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove duplicate call to LoadGameToJson
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.
- Loading branch information