Deprecated cards function caller move, part 2.

Now with less accidental riders.
This commit is contained in:
Nathaniel Brandes 2016-05-13 23:30:19 -07:00
parent 5e6d8f49a7
commit 06ec3f16ac
91 changed files with 97 additions and 97 deletions

View file

@ -1859,7 +1859,7 @@ public class TestPlayer implements Player {
@Override
@Deprecated
public boolean moveCards(Card card, Zone fromZone, Zone toZone, Ability source, Game game) {
return computerPlayer.moveCards(card, fromZone, toZone, source, game);
return computerPlayer.moveCards(card, toZone, source, game);
}
@Override