aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-08-23 21:09:32 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-08-23 21:09:32 +0300
commit6c0492c0d174f45262f072d6900c2fcf098d209b (patch)
treeda77881d83d3ab4696c694741ede4d2b1d30c1d8 /launcher
parent1515607060d23bd3467a77e2f6045681daa94998 (diff)
downloadPrismLauncher-6c0492c0d174f45262f072d6900c2fcf098d209b.tar.gz
PrismLauncher-6c0492c0d174f45262f072d6900c2fcf098d209b.tar.bz2
PrismLauncher-6c0492c0d174f45262f072d6900c2fcf098d209b.zip
return 0 for any
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/modplatform/flame/FlameAPI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.h b/launcher/modplatform/flame/FlameAPI.h
index 0008643d..745f889d 100644
--- a/launcher/modplatform/flame/FlameAPI.h
+++ b/launcher/modplatform/flame/FlameAPI.h
@@ -58,6 +58,7 @@ class FlameAPI : public NetworkResourceAPI {
case ModPlatform::NeoForge:
return 6;
}
+ return 0;
}
static auto getModLoaderStrings(const ModPlatform::ModLoaderTypes types) -> const QStringList