mirror of
https://github.com/correl/mage.git
synced 2024-11-24 11:09:54 +00:00
HumanPlayer constructor missed a reference to attribute
This commit is contained in:
parent
47fc1b5845
commit
2564f61182
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ public class HumanPlayer extends PlayerImpl {
|
|||
public HumanPlayer(final HumanPlayer player) {
|
||||
super(player);
|
||||
this.replacementEffectChoice = player.replacementEffectChoice;
|
||||
this.autoSelectReplacementEffects.addAll(autoSelectReplacementEffects);
|
||||
this.autoSelectReplacementEffects.addAll(player.autoSelectReplacementEffects);
|
||||
this.currentlyUnpaidMana = player.currentlyUnpaidMana;
|
||||
|
||||
this.triggerAutoOrderAbilityFirst.addAll(player.triggerAutoOrderAbilityFirst);
|
||||
|
|
Loading…
Reference in a new issue