Re: Bug Reports (snapshot builds)
You fix is fair, thanks, myk.
I've never seen a component to request that small images, though.
sol, ok, you may proceed without Oracle, but the red messages in console will remind you to add the texts anyway.
Your exception is unrelated to Oracle texts. You haven't included the new card in any sets. That's why you crashed here:
I've never seen a component to request that small images, though.
sol, ok, you may proceed without Oracle, but the red messages in console will remind you to add the texts anyway.
Your exception is unrelated to Oracle texts. You haven't included the new card in any sets. That's why you crashed here:
- Code: Select all
CardPrinted lastAdded = null;
for (final Entry<String, CardInSet> s : card.getSetsPrinted()) {
lastAdded = this.addToLists(card, cardName, s);
}
if ( lastAdded.getRules().isTraditional() )