mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Update ScryfallImageSource.java
Remove CM2 until full list available on Scryfall
This commit is contained in:
parent
8f668a859c
commit
dbb3120199
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ public enum ScryfallImageSource implements CardImageSource {
|
||||||
supportedSets.add("A25");
|
supportedSets.add("A25");
|
||||||
supportedSets.add("DOM");
|
supportedSets.add("DOM");
|
||||||
supportedSets.add("BBD");
|
supportedSets.add("BBD");
|
||||||
supportedSets.add("CM2");
|
// supportedSets.add("CM2");
|
||||||
// supportedSets.add("M19");
|
// supportedSets.add("M19");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue