mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-13 09:17:59 +00:00
Typo
This commit is contained in:
@@ -1071,7 +1071,7 @@ public final class CardType implements Comparable<CardType>, CardTypeView {
|
|||||||
Set<String> addToSection = null;
|
Set<String> addToSection = null;
|
||||||
|
|
||||||
switch (sectionName) {
|
switch (sectionName) {
|
||||||
case "BasicType":
|
case "BasicTypes":
|
||||||
addToSection = CardType.Constant.BASIC_TYPES;
|
addToSection = CardType.Constant.BASIC_TYPES;
|
||||||
break;
|
break;
|
||||||
case "LandTypes":
|
case "LandTypes":
|
||||||
|
|||||||
Reference in New Issue
Block a user