mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added logger message to card DB exception.
This commit is contained in:
parent
2ccb454a3f
commit
e747326028
4 changed files with 10 additions and 4 deletions
|
|
@ -311,7 +311,11 @@ public class CardSelector extends javax.swing.JPanel implements ComponentListene
|
|||
}
|
||||
if (this.tbPlaneswalkers.isSelected()) {
|
||||
criteria.types(CardType.PLANESWALKER);
|
||||
}
|
||||
}
|
||||
// criteria.types(CardType.TRIBAL);
|
||||
// criteria.types(CardType.CONSPIRACY);
|
||||
|
||||
|
||||
|
||||
if (this.cbExpansionSet.isVisible()) {
|
||||
String expansionSelection = this.cbExpansionSet.getSelectedItem().toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue