mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Changed set selection for tournament boosters to only show sets with boosters. Closes issue #91.
This commit is contained in:
parent
94fd2429d1
commit
5517474c90
3 changed files with 21 additions and 4 deletions
|
|
@ -362,7 +362,7 @@ public class NewTournamentDialog extends MageDialog {
|
|||
}
|
||||
while (packs.size() < numPacks) {
|
||||
JComboBox pack = new JComboBox();
|
||||
pack.setModel(new DefaultComboBoxModel(Sets.getInstance().getSortedByReleaseDate()));
|
||||
pack.setModel(new DefaultComboBoxModel(Sets.getInstance().getWithBoosterSortedByReleaseDate()));
|
||||
pnlPacks.add(pack);
|
||||
packs.add(pack);
|
||||
pack.addActionListener(new java.awt.event.ActionListener() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue