Fixed MOD.

This commit is contained in:
magenoxx 2011-09-18 13:50:13 +04:00
parent 41aae0c71d
commit abdff12e15
6 changed files with 230 additions and 10 deletions

View file

@ -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;