mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +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:
|
case STANDARD_CARDGEN_DECK:
|
||||||
return DeckgenUtil.buildCardGenDeck(FModel.getFormats().getStandard(),isAi);
|
return DeckgenUtil.buildCardGenDeck(FModel.getFormats().getStandard(),isAi);
|
||||||
case MODERN_CARDGEN_DECK:
|
case MODERN_CARDGEN_DECK:
|
||||||
return DeckgenUtil.buildCardGenDeck(FModel.getFormats().getModern(),isAi);
|
return DeckgenUtil.buildCardGenDeck(FModel.getFormats().getModern(),isAi);
|
||||||
case STANDARD_COLOR_DECK:
|
case STANDARD_COLOR_DECK:
|
||||||
colors = new ArrayList<String>();
|
colors = new ArrayList<String>();
|
||||||
count = Aggregates.randomInt(1, 3);
|
count = Aggregates.randomInt(1, 3);
|
||||||
|
|||||||
Reference in New Issue
Block a user