mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Deprecated cards function caller move, part 2.
Now with less accidental riders.
This commit is contained in:
parent
5e6d8f49a7
commit
06ec3f16ac
91 changed files with 97 additions and 97 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue