diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-23 21:09:32 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-23 21:09:32 +0300 |
commit | 6c0492c0d174f45262f072d6900c2fcf098d209b (patch) | |
tree | da77881d83d3ab4696c694741ede4d2b1d30c1d8 /launcher | |
parent | 1515607060d23bd3467a77e2f6045681daa94998 (diff) | |
download | PrismLauncher-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.h | 1 |
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 |