mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
fix symbol downloading for PLS and INV
This commit is contained in:
parent
c02d453a4b
commit
1f259ec772
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ public class GathererSets implements Iterable<DownloadJob> {
|
||||||
symbolsReplacements.put("CFX", "CON");
|
symbolsReplacements.put("CFX", "CON");
|
||||||
symbolsReplacements.put("APC", "AP");
|
symbolsReplacements.put("APC", "AP");
|
||||||
symbolsReplacements.put("TMP", "TE");
|
symbolsReplacements.put("TMP", "TE");
|
||||||
|
symbolsReplacements.put("INV", "IN");
|
||||||
|
symbolsReplacements.put("PLS", "PS");
|
||||||
}
|
}
|
||||||
|
|
||||||
public GathererSets(String path) {
|
public GathererSets(String path) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue