forked from External/mage
Fix typo in method name.
This commit is contained in:
parent
aa767f68ce
commit
4dbce1132c
19 changed files with 22 additions and 27 deletions
|
|
@ -76,7 +76,7 @@ public class ExileCardsFromTopOfLibraryControllerEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
exileZoneId = CardUtil.getExileZoneId(game, source);
|
||||
exileZoneName = CardUtil.createObjectRealtedWindowTitle(source, game, null);
|
||||
exileZoneName = CardUtil.createObjectRelatedWindowTitle(source, game, null);
|
||||
}
|
||||
|
||||
Set<Card> cards = controller.getLibrary().getTopCards(game, amount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue