forked from External/mage
Remove an unused argument to Player.putInGraveyard
This commit is contained in:
parent
db3c2e9d8c
commit
34846170c4
8 changed files with 18 additions and 20 deletions
|
|
@ -350,7 +350,7 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
|
|||
updateZoneChangeCounter(game);
|
||||
switch (event.getToZone()) {
|
||||
case GRAVEYARD:
|
||||
game.getPlayer(ownerId).putInGraveyard(this, game, !flag);
|
||||
game.getPlayer(ownerId).putInGraveyard(this, game);
|
||||
break;
|
||||
case HAND:
|
||||
game.getPlayer(ownerId).getHand().add(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue