From 47ed2f48d4a118876263f37b9fe2ab8911c2a8fe Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 3 Nov 2019 23:48:12 +0100 Subject: NOISSUE put legacy FTB support in a namespace, fix its base URL --- api/logic/net/URLConstants.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api/logic/net') diff --git a/api/logic/net/URLConstants.h b/api/logic/net/URLConstants.h index 5ff0f794..ebc495bb 100644 --- a/api/logic/net/URLConstants.h +++ b/api/logic/net/URLConstants.h @@ -29,7 +29,8 @@ const QString IMGUR_BASE_URL("https://api.imgur.com/3/"); const QString FMLLIBS_OUR_BASE_URL("https://files.multimc.org/fmllibs/"); const QString FMLLIBS_FORGE_BASE_URL("https://files.minecraftforge.net/fmllibs/"); const QString TRANSLATIONS_BASE_URL("https://files.multimc.org/translations/"); -const QString FTB_CDN_BASE_URL("https://ftb.forgecdn.net/FTB2/"); + +const QString LEGACY_FTB_CDN_BASE_URL("https://dist.creeper.host/FTB2/"); QString getJarPath(QString version); QString getLegacyJarUrl(QString version); -- cgit