forked from External/mage
* Fixed that deck elements visible state of JoinTablePanel was set wrongly.
This commit is contained in:
parent
f96c88f4cd
commit
b206983e75
2 changed files with 5 additions and 5 deletions
|
|
@ -59,7 +59,7 @@ public class JoinTableDialog extends MageDialog {
|
|||
this.tableId = tableId;
|
||||
this.isTournament = isTournament;
|
||||
this.newPlayerPanel.setPlayerName(MageFrame.getSession().getUserName());
|
||||
this.newPlayerPanel.showDeckElements(isLimited);
|
||||
this.newPlayerPanel.showDeckElements(!isLimited);
|
||||
this.setModal(true);
|
||||
this.setLocation(100, 100);
|
||||
this.setVisible(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue