mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-12 00:38:44 +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")) {
|
if (sectionName.endsWith("Types")) {
|
||||||
CardType.Helper.parseTypes(sectionName, boosterSlotsToParse);
|
CardType.Helper.parseTypes(sectionName, contents.get(sectionName));
|
||||||
} else {
|
} else {
|
||||||
// Parse cards
|
// Parse cards
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user