mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Refactor: removed unused custom set filters in SubType requests;
This commit is contained in:
parent
e9c6c4fefa
commit
b36465e5c9
27 changed files with 94 additions and 143 deletions
|
|
@ -64,7 +64,7 @@ public enum TokensMtgImageSource implements CardImageSource {
|
|||
|
||||
private String getEmblemName(String originalName) {
|
||||
|
||||
for (SubType subType : SubType.getPlaneswalkerTypes(true)) {
|
||||
for (SubType subType : SubType.getPlaneswalkerTypes()) {
|
||||
if (originalName.toLowerCase(Locale.ENGLISH).contains(subType.toString().toLowerCase(Locale.ENGLISH))) {
|
||||
return subType.getDescription() + " Emblem";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue