Remove extra blank line before "Pay Mana Cost" with optional payment prompt

This commit is contained in:
drdev
2013-12-04 02:58:54 +00:00
parent 803b6331f4
commit 3c0bfa7843

View File

@@ -94,7 +94,7 @@ public class InputPayManaExecuteCommands extends InputPayMana {
/** {@inheritDoc} */
@Override
protected String getMessage() {
final StringBuilder msg = new StringBuilder(this.message + "\n\nPay Mana Cost: " + this.manaCost);
final StringBuilder msg = new StringBuilder(this.message + "\nPay Mana Cost: " + this.manaCost);
if (this.phyLifeToLose > 0) {
msg.append(" (");
msg.append(this.phyLifeToLose);