mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed NOP for AI
This commit is contained in:
parent
965b21a488
commit
41304c4a58
1 changed files with 1 additions and 0 deletions
|
@ -974,6 +974,7 @@ public abstract class PlayerImpl<T extends PlayerImpl<T>> implements Player, Ser
|
|||
@Override
|
||||
public void restore(Player player) {
|
||||
this.library = player.getLibrary().copy();
|
||||
this.sideboard = player.getSideboard().copy();
|
||||
this.hand = player.getHand().copy();
|
||||
this.graveyard = player.getGraveyard().copy();
|
||||
this.abilities = player.getAbilities().copy();
|
||||
|
|
Loading…
Reference in a new issue