mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Historic GA fix
This commit is contained in:
@@ -27,7 +27,7 @@ public final class CardArchetypeLDAGenerator {
|
||||
List<String> formatStrings = new ArrayList<>();
|
||||
formatStrings.add(FModel.getFormats().getStandard().getName());
|
||||
formatStrings.add(FModel.getFormats().getPioneer().getName());
|
||||
formatStrings.add("Historic"/*FIXME:FModel.getFormats().getHistoric().getName()*/);
|
||||
formatStrings.add(FModel.getFormats().getHistoric().getName());
|
||||
formatStrings.add(FModel.getFormats().getModern().getName());
|
||||
formatStrings.add("Legacy");
|
||||
formatStrings.add("Vintage");
|
||||
|
||||
Reference in New Issue
Block a user