Remove unofficial Eighth Edition Box and Ninth Edition Box sets

This commit is contained in:
Alex W. Jackson 2021-10-14 04:21:16 -04:00
parent 646600665f
commit aac6518c1b
6 changed files with 5 additions and 91 deletions

View file

@ -24,8 +24,6 @@ public final class MtgJsonService {
for (Map.Entry<String, String> entry : mtgJsonToXMageCodes.entrySet()) {
xMageToMtgJsonCodes.put(entry.getValue(), entry.getKey());
}
xMageToMtgJsonCodes.put("8EB", "8ED");
xMageToMtgJsonCodes.put("9EB", "9ED");
}
private static Map<String, MtgJsonCard> loadAllCards() throws IOException {