Fixed typos

This commit is contained in:
Oleg Agafonov 2017-12-28 15:39:00 +04:00
parent 2197fe2bcd
commit 101cb304fb

View file

@ -407,7 +407,7 @@ public abstract class AbilityImpl implements Ability {
}
if (!game.isSimulation()) {
// inform about x costs now, so canceled announcements are not shown in the log
if (announceString != null) {
if ((announceString != null) && (!announceString.equals(""))) {
game.informPlayers(announceString);
}
if (variableManaCost != null) {