aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/flame
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-04-21 20:37:17 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-04-21 20:37:17 +0300
commit42bc91463e8dc7c078476c8606937552ce623c62 (patch)
tree847d7509aa4588c2c9b552caa4b3f7d69866642e /launcher/modplatform/flame
parentb4fa6e120a98fde89443b262f351412f36de7566 (diff)
downloadPrismLauncher-42bc91463e8dc7c078476c8606937552ce623c62.tar.gz
PrismLauncher-42bc91463e8dc7c078476c8606937552ce623c62.tar.bz2
PrismLauncher-42bc91463e8dc7c078476c8606937552ce623c62.zip
Updated links
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/flame')
-rw-r--r--launcher/modplatform/flame/FlameAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.h b/launcher/modplatform/flame/FlameAPI.h
index 3b4af952..4ffc36d2 100644
--- a/launcher/modplatform/flame/FlameAPI.h
+++ b/launcher/modplatform/flame/FlameAPI.h
@@ -87,7 +87,7 @@ class FlameAPI : public NetworkResourceAPI {
[[nodiscard]] std::optional<QString> getDependencyURL(DependencySearchArgs const& args) const override
{
- return QString("https://api.curseforge.com/v1/mods/%1/files?pageSize=10000&gameVersion=%2&modLoaderType=%")
+ return QString("https://api.curseforge.com/v1/mods/%1/files?pageSize=10000&gameVersion=%2&modLoaderType=%3")
.arg(args.dependency.addonId.toString())
.arg(args.mcVersion.toString())
.arg(getMappedModLoader(args.loader));