mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Text importer - Added another string to ignore.
This commit is contained in:
parent
ed11858bed
commit
06a2b6e2f7
1 changed files with 1 additions and 1 deletions
|
@ -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<String> IGNORE_NAMES = new HashSet<String>(Arrays.asList(SET_VALUES));
|
||||
|
||||
private boolean sideboard = false;
|
||||
|
|
Loading…
Reference in a new issue