-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: fix couples bugs around default game loading (#12746)
* Fixes: fix couples bugs around default game loading Fixed new bug where we needed to check keep the check for 'saveGameToLoad.isPresent()', and the Headless autosave file loading needs a 'GameRunner.headless()' check. Fixed latent bug where we need to release the 'ready to load save-game' latch if we are actually trying to load a save game. * Simplify, use ClientSetting.defaultGameUri to load save games
- Loading branch information
1 parent
d283a73
commit 76772bb
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters