Actually use the goddamn cardcast decks.
This commit is contained in:
parent
d948ea3879
commit
9d894f747a
|
@ -676,6 +676,7 @@ public class Game {
|
|||
logger.error(String.format("Unable to load %s from Cardcast", cardcastId));
|
||||
return false;
|
||||
}
|
||||
cardSets.add(cardcastDeck);
|
||||
}
|
||||
|
||||
blackDeck = new BlackDeck(cardSets);
|
||||
|
|
Loading…
Reference in New Issue