Fixed NOP for AI

This commit is contained in:
magenoxx 2012-08-31 12:16:06 +04:00
parent 965b21a488
commit 41304c4a58

View file

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