Actually use the goddamn cardcast decks.

This commit is contained in:
Andy Janata 2014-08-12 19:28:34 -07:00
parent d948ea3879
commit 9d894f747a
1 changed files with 1 additions and 0 deletions

View File

@ -676,6 +676,7 @@ public class Game {
logger.error(String.format("Unable to load %s from Cardcast", cardcastId)); logger.error(String.format("Unable to load %s from Cardcast", cardcastId));
return false; return false;
} }
cardSets.add(cardcastDeck);
} }
blackDeck = new BlackDeck(cardSets); blackDeck = new BlackDeck(cardSets);