This commit is contained in:
Eradev
2025-08-22 14:44:18 -04:00
committed by Chris H
parent 9998092c70
commit e5443fc394

View File

@@ -1071,7 +1071,7 @@ public final class CardType implements Comparable<CardType>, CardTypeView {
Set<String> addToSection = null;
switch (sectionName) {
case "BasicType":
case "BasicTypes":
addToSection = CardType.Constant.BASIC_TYPES;
break;
case "LandTypes":