Added logger message to card DB exception.

This commit is contained in:
LevelX2 2014-11-03 17:21:57 +01:00
parent 2ccb454a3f
commit e747326028
4 changed files with 10 additions and 4 deletions

View file

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