Fix deck re-randomization on new game.

This commit is contained in:
asvitkine
2022-12-28 14:04:15 -07:00
parent 439b1a83c6
commit d6af6aa68f

View File

@@ -312,6 +312,7 @@ public class VLobby implements ILobbyView {
}
if (fullUpdate && (type == LobbySlotType.LOCAL || isSlotAI)) {
// Deck section selection
panel.getDeckChooser().getLstDecks().getSelectCommand().run();
selectSchemeDeck(i);
selectPlanarDeck(i);
selectVanguardAvatar(i);