Fix typo in method name.

This commit is contained in:
Grath 2025-01-30 13:33:06 -05:00
parent aa767f68ce
commit 4dbce1132c
19 changed files with 22 additions and 27 deletions

View file

@ -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);