mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Fixed typos
This commit is contained in:
parent
2197fe2bcd
commit
101cb304fb
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue