mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08: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
Add a link
Reference in a new issue