Skip to content

2024-July-22 - 2.6.14799

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jul 22:10
76772bb
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