forked from External/mage
...
This commit is contained in:
parent
5fb516a05e
commit
a3e2a8dae0
13 changed files with 19 additions and 41 deletions
|
|
@ -272,7 +272,7 @@ public class ContinuousEffects implements Serializable {
|
|||
public String getText() {
|
||||
StringBuilder sbText = new StringBuilder();
|
||||
for (ContinuousEffect effect: effects) {
|
||||
sbText.append(effect.getText() + " ");
|
||||
sbText.append(effect.getText()).append(" ");
|
||||
}
|
||||
return sbText.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue