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
|
|
@ -2338,7 +2338,7 @@ public abstract class GameImpl implements Game {
|
|||
}
|
||||
|
||||
case EXILED: {
|
||||
getExile().removeCard(copiedCard, this);
|
||||
getExile().removeCard(copiedCard);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue