diff --git a/Mage/src/mage/cards/decks/importer/TxtDeckImporter.java b/Mage/src/mage/cards/decks/importer/TxtDeckImporter.java index d908e6309b..2aa132282c 100644 --- a/Mage/src/mage/cards/decks/importer/TxtDeckImporter.java +++ b/Mage/src/mage/cards/decks/importer/TxtDeckImporter.java @@ -47,7 +47,7 @@ import mage.cards.repository.ExpansionRepository; */ public class TxtDeckImporter extends DeckImporter { - public static final String[] SET_VALUES = new String[] { "lands", "creatures", "planeswalkers","other spells" }; + public static final String[] SET_VALUES = new String[] { "lands", "creatures", "planeswalkers","other spells","sideboard cards" }; public static final Set IGNORE_NAMES = new HashSet(Arrays.asList(SET_VALUES)); private boolean sideboard = false;