fix symbol downloading for PLS and INV

This commit is contained in:
Loki 2011-12-24 17:21:14 +04:00
parent c02d453a4b
commit 1f259ec772

View file

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