mirror of
https://github.com/SKCraft/Launcher.git
synced 2025-01-08 19:38:58 +01:00
Fixed downloading of assets index.
This commit is contained in:
parent
710cec7a1c
commit
5ac36b91c0
@ -86,7 +86,7 @@ public class GameUpdater implements Runnable {
|
||||
.execute()
|
||||
.expectResponseCode(200)
|
||||
.returnContent()
|
||||
.saveContent(assetsRoot.getIndexPath(versionManifest.getId()))
|
||||
.saveContent(assetsRoot.getIndexPath(versionManifest.getAssetsIndex()))
|
||||
.asJson(AssetsIndex.class);
|
||||
|
||||
for (Map.Entry<String, Asset> entry : index.getObjects().entrySet()) {
|
||||
|
Loading…
Reference in New Issue
Block a user