Destroy VDS in game lobby once game starts (#5643)

* push back setting change

* rename method and make it public

* destroy vds on game start
This commit is contained in:
RickyRister 2025-02-25 15:31:44 -08:00 committed by GitHub
parent 0d6497fcdc
commit 21e22ed5fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 9 deletions

View file

@ -836,6 +836,7 @@ void TabGame::startGame(bool _resuming)
while (i.hasNext()) {
i.next();
i.value()->setReadyStart(false);
i.value()->setVisualDeckStorageExists(false);
i.value()->hide();
}