* Fixed that deck elements visible state of JoinTablePanel was set wrongly.

This commit is contained in:
LevelX2 2014-10-12 12:34:29 +02:00
parent f96c88f4cd
commit b206983e75
2 changed files with 5 additions and 5 deletions

View file

@ -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);