mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[Minor] Formatting.
This commit is contained in:
parent
56dbd4b284
commit
2225c6f988
2 changed files with 7 additions and 4 deletions
|
|
@ -64,8 +64,9 @@ public class DeckArea extends javax.swing.JPanel {
|
|||
|
||||
public void loadDeck(Deck deck, BigCard bigCard) {
|
||||
deckList.loadCards(new CardsView(deck.getCards()), bigCard, null);
|
||||
if (sideboardList.isVisible())
|
||||
if (sideboardList.isVisible()) {
|
||||
sideboardList.loadCards(new CardsView(deck.getSideboard()), bigCard, null);
|
||||
}
|
||||
}
|
||||
|
||||
public void addDeckEventListener(Listener<Event> listener) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue