Minor changes/fixes

This commit is contained in:
LevelX2 2012-11-03 16:25:22 +01:00
parent 2d30a178ee
commit 0eb4596d05
3 changed files with 10 additions and 9 deletions

View file

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