From f9e186ab704401416832d723c2e70a0f7a7435b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 27 May 2015 01:30:18 +0200 Subject: GH-967 make libraries handle their own path prefix Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable --- logic/minecraft/OneSixUpdate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'logic/minecraft/OneSixUpdate.cpp') diff --git a/logic/minecraft/OneSixUpdate.cpp b/logic/minecraft/OneSixUpdate.cpp index 24ee5804..9dcb977b 100644 --- a/logic/minecraft/OneSixUpdate.cpp +++ b/logic/minecraft/OneSixUpdate.cpp @@ -227,8 +227,8 @@ void OneSixUpdate::jarlibStart() continue; } - QString raw_storage = lib->storagePath(); - QString raw_dl = lib->downloadUrl(); + QString raw_storage = lib->storageSuffix(); + QString raw_dl = lib->url().toString(); auto f = [&](QString storage, QString dl) { -- cgit v1.2.3