forked from External/mage
Fixed MOD.
This commit is contained in:
parent
41aae0c71d
commit
abdff12e15
6 changed files with 230 additions and 10 deletions
|
|
@ -91,7 +91,7 @@ public class WizardCardsImageSource implements CardImageSource {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (!link.startsWith("http://")) {
|
||||
if (link != null && !link.startsWith("http://")) {
|
||||
link = "http://www.wizards.com" + link;
|
||||
}
|
||||
return link;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue