From c5577dc09ea7910e1a93c7ff22032ffed6fb99f4 Mon Sep 17 00:00:00 2001 From: spjspj Date: Mon, 12 Sep 2016 01:13:16 +1000 Subject: [PATCH] d'oh --- .../java/org/mage/plugins/card/images/CardDownloadData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/images/CardDownloadData.java b/Mage.Client/src/main/java/org/mage/plugins/card/images/CardDownloadData.java index 9c219e11a1d..dda5955bc82 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/images/CardDownloadData.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/images/CardDownloadData.java @@ -44,7 +44,7 @@ public class CardDownloadData { this.tokenSetCode = tokenSetCode; this.tokenDescriptor = tokenDescriptor; - if (this.tokenDescriptor == null || this.tokenDescriptor.equalsIgnoreCase("") == 0) { + if (this.tokenDescriptor == null || this.tokenDescriptor.equalsIgnoreCase("")) { this.tokenDescriptor = lastDitchTokenDescriptor(); } }