mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
unban ISD in magiccards.info image source
This commit is contained in:
parent
6f884817fe
commit
bf62ef248c
1 changed files with 0 additions and 4 deletions
|
|
@ -60,10 +60,6 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
StringBuilder url = new StringBuilder("http://magiccards.info/scans/en/");
|
||||
url.append(set.toLowerCase()).append("/").append(collectorId);
|
||||
|
||||
if (cardSet.equals("ISD")) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (twoFacedCard) {
|
||||
url.append(secondSide ? "b" : "a");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue