mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Fix content passed
This commit is contained in:
@@ -650,7 +650,7 @@ public final class CardEdition implements Comparable<CardEdition> {
|
||||
}
|
||||
|
||||
if (sectionName.endsWith("Types")) {
|
||||
CardType.Helper.parseTypes(sectionName, boosterSlotsToParse);
|
||||
CardType.Helper.parseTypes(sectionName, contents.get(sectionName));
|
||||
} else {
|
||||
// Parse cards
|
||||
|
||||
|
||||
Reference in New Issue
Block a user