removed deprecated method for adding delayed triggered abilities

This commit is contained in:
Evan Kranzler 2021-04-17 12:13:37 -04:00
parent 1685b9a4ee
commit cbc949c08e
4 changed files with 9 additions and 20 deletions

View file

@ -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);
}
}