mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10: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("APC", "AP");
|
||||
symbolsReplacements.put("TMP", "TE");
|
||||
symbolsReplacements.put("INV", "IN");
|
||||
symbolsReplacements.put("PLS", "PS");
|
||||
}
|
||||
|
||||
public GathererSets(String path) {
|
||||
|
|
Loading…
Add table
Reference in a new issue