forked from External/mage
removed deprecated method for adding delayed triggered abilities
This commit is contained in:
parent
1685b9a4ee
commit
cbc949c08e
4 changed files with 9 additions and 20 deletions
|
|
@ -553,7 +553,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
new LoseControlOnOtherPlayersControllerEffect(this.getLogName(), player.getLogName()));
|
||||
ability.setSourceId(getId());
|
||||
ability.setControllerId(getId());
|
||||
game.addDelayedTriggeredAbility(ability);
|
||||
game.addDelayedTriggeredAbility(ability, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue