Improved game logs: added target hints, fixed spaces in target amount;

This commit is contained in:
Oleg Agafonov 2020-06-26 10:59:22 +04:00
parent 99167fa50e
commit 50c46e39a3
16 changed files with 76 additions and 76 deletions

View file

@ -220,7 +220,7 @@ public class TargetPermanentOrPlayer extends TargetImpl {
sb.append(player.getLogName()).append(' ');
}
}
return sb.toString();
return sb.toString().trim();
}
@Override