#'Remember Deck' Box does nothing
1 messages · Page 1 of 1 (latest)
i have encountered the other behavior, that my "rembmber deck" refuse to update regardless of what i do
I first had what Sii has, currently have what Mint has
it does not remember anything at all now
Should be fixed for next patch.
Root cause:
The "true" state flow of matchmaking is
select gamemode -> add bots -> ready up -> enter queue. The save-drop-deck function was attached to the add bots -> ready up transition (being the moment that you'd finalized the list of bots).
Then, at some point, I updated things to allow add bots -> enter queue for solo players (internally just auto-readying you, which is why you can click "enter queue" directly in the UI and it'll auto-check 'ready up' for you when you do so)... but forgot to save the drop deck on that new legal state transition
In the meantime, manually clicking the "ready up" checkbox would save your bots (I think... can't be certain when I've already fixed the issue lol)