mirror of
https://github.com/correl/mage.git
synced 2025-04-11 17:00:08 -09:00
fix ULG symbols downloading
This commit is contained in:
parent
2c175dadf4
commit
f088039c35
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
symbolsReplacements.put("PLS", "PS");
|
||||
symbolsReplacements.put("USG", "UZ");
|
||||
symbolsReplacements.put("WTH", "WL");
|
||||
symbolsReplacements.put("ULG", "GU");
|
||||
}
|
||||
|
||||
public GathererSets(String path) {
|
||||
|
|
Loading…
Add table
Reference in a new issue