forked from External/mage
cleanup: CardsImpl and related (#11585)
* minor cleanup of unused params in ExileZone * cleanup CardsImpl standardize logic for different methods remove unused ownerId param
This commit is contained in:
parent
f8ed194028
commit
1bdacc6676
6 changed files with 34 additions and 69 deletions
|
|
@ -462,7 +462,7 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
|
|||
break;
|
||||
case EXILED:
|
||||
if (game.getExile().getCard(getId(), game) != null) {
|
||||
removed = game.getExile().removeCard(this, game);
|
||||
removed = game.getExile().removeCard(this);
|
||||
}
|
||||
break;
|
||||
case STACK:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue