mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
Merge remote-tracking branch 'origin/commanderDeckGenerator' into commanderDeckGenerator
This commit is contained in:
@@ -621,10 +621,7 @@ public class FDeckChooser extends FScreen {
|
|||||||
break;
|
break;
|
||||||
case STANDARD_CARDGEN_DECK:
|
case STANDARD_CARDGEN_DECK:
|
||||||
maxSelections = 1;
|
maxSelections = 1;
|
||||||
pool= new ArrayList<>();
|
pool = CardThemedDeckGenerator.getMatrixDecks(FModel.getFormats().getStandard(), isAi);
|
||||||
if(FModel.isdeckGenMatrixLoaded()) {
|
|
||||||
pool = CardThemedDeckGenerator.getMatrixDecks(FModel.getFormats().getStandard(), isAi);
|
|
||||||
}
|
|
||||||
config = ItemManagerConfig.STRING_ONLY;
|
config = ItemManagerConfig.STRING_ONLY;
|
||||||
break;
|
break;
|
||||||
case MODERN_CARDGEN_DECK:
|
case MODERN_CARDGEN_DECK:
|
||||||
|
|||||||
Reference in New Issue
Block a user