mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-12 16:58:57 +00:00
Fix deck re-randomization on new game.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user