mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-13 01:08:06 +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)) {
|
if (fullUpdate && (type == LobbySlotType.LOCAL || isSlotAI)) {
|
||||||
// Deck section selection
|
// Deck section selection
|
||||||
|
panel.getDeckChooser().getLstDecks().getSelectCommand().run();
|
||||||
selectSchemeDeck(i);
|
selectSchemeDeck(i);
|
||||||
selectPlanarDeck(i);
|
selectPlanarDeck(i);
|
||||||
selectVanguardAvatar(i);
|
selectVanguardAvatar(i);
|
||||||
|
|||||||
Reference in New Issue
Block a user