mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
d'oh
This commit is contained in:
parent
3bbf5d1d56
commit
c5577dc09e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public class CardDownloadData {
|
||||||
this.tokenSetCode = tokenSetCode;
|
this.tokenSetCode = tokenSetCode;
|
||||||
this.tokenDescriptor = tokenDescriptor;
|
this.tokenDescriptor = tokenDescriptor;
|
||||||
|
|
||||||
if (this.tokenDescriptor == null || this.tokenDescriptor.equalsIgnoreCase("") == 0) {
|
if (this.tokenDescriptor == null || this.tokenDescriptor.equalsIgnoreCase("")) {
|
||||||
this.tokenDescriptor = lastDitchTokenDescriptor();
|
this.tokenDescriptor = lastDitchTokenDescriptor();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue