Update ScryfallImageSource.java

Remove CM2 until full list available on Scryfall
This commit is contained in:
Michael Simons 2018-06-10 22:32:13 -04:00 committed by GitHub
parent 8f668a859c
commit dbb3120199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,7 @@ public enum ScryfallImageSource implements CardImageSource {
supportedSets.add("A25");
supportedSets.add("DOM");
supportedSets.add("BBD");
supportedSets.add("CM2");
// supportedSets.add("CM2");
// supportedSets.add("M19");
}