Skip to content

Commit

Permalink
NOISSUE fix 404 with liteloader https url
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLane committed Nov 2, 2018
1 parent 0572a1e commit 16cc20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/logic/net/URLConstants.h
Expand Up @@ -29,7 +29,7 @@ const QString FORGE_LEGACY_URL("https://files.minecraftforge.net/minecraftforge/
const QString FORGE_GRADLE_URL("https://files.minecraftforge.net/maven/net/minecraftforge/forge/json");
const QString MOJANG_STATUS_URL("https://status.mojang.com/check");
const QString MOJANG_STATUS_NEWS_URL("https://status.mojang.com/news");
const QString LITELOADER_URL("https://dl.liteloader.com/versions/versions.json");
const QString LITELOADER_URL("http://dl.liteloader.com/versions/versions.json");
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/");
Expand Down

0 comments on commit 16cc20a

Please sign in to comment.