This commit is contained in:
huangyuhui
2016-03-28 20:45:06 +08:00
parent 8022252452
commit 5437968c83

View File

@@ -29,6 +29,6 @@ public class MinecraftRemoteVersion {
public String getUrl(DownloadType type) {
if (url == null)
return type.getProvider().getVersionsDownloadURL() + id + "/" + id + ".json";
return url;
return type.getProvider().getParsedDownloadURL(url);
}
}