forked from External/mage
Minor changes/fixes
This commit is contained in:
parent
2d30a178ee
commit
0eb4596d05
3 changed files with 10 additions and 9 deletions
|
|
@ -95,7 +95,7 @@ public class PutOnLibraryTargetEffect extends OneShotEffect<PutOnLibraryTargetEf
|
|||
@Override
|
||||
public String getText(Mode mode) {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
if (this.staticText != null) {
|
||||
if (this.staticText != null && !this.staticText.isEmpty()) {
|
||||
sb.append(staticText);
|
||||
} else {
|
||||
sb.append("Put ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue