mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00: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.tokenDescriptor = tokenDescriptor;
|
||||
|
||||
if (this.tokenDescriptor == null || this.tokenDescriptor.equalsIgnoreCase("") == 0) {
|
||||
if (this.tokenDescriptor == null || this.tokenDescriptor.equalsIgnoreCase("")) {
|
||||
this.tokenDescriptor = lastDitchTokenDescriptor();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue