mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Minor formatting fix.
This commit is contained in:
@@ -101,7 +101,7 @@ public class RandomDeckGenerator extends DeckProxy implements Comparable<RandomD
|
||||
case STANDARD_CARDGEN_DECK:
|
||||
return DeckgenUtil.buildCardGenDeck(FModel.getFormats().getStandard(),isAi);
|
||||
case MODERN_CARDGEN_DECK:
|
||||
return DeckgenUtil.buildCardGenDeck(FModel.getFormats().getModern(),isAi);
|
||||
return DeckgenUtil.buildCardGenDeck(FModel.getFormats().getModern(),isAi);
|
||||
case STANDARD_COLOR_DECK:
|
||||
colors = new ArrayList<String>();
|
||||
count = Aggregates.randomInt(1, 3);
|
||||
|
||||
Reference in New Issue
Block a user