Fixed #56
This commit is contained in:
@@ -29,6 +29,6 @@ public class MinecraftRemoteVersion {
|
|||||||
public String getUrl(DownloadType type) {
|
public String getUrl(DownloadType type) {
|
||||||
if (url == null)
|
if (url == null)
|
||||||
return type.getProvider().getVersionsDownloadURL() + id + "/" + id + ".json";
|
return type.getProvider().getVersionsDownloadURL() + id + "/" + id + ".json";
|
||||||
return url;
|
return type.getProvider().getParsedDownloadURL(url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user