diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-09 01:10:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-09 01:10:59 +0200 |
commit | e6fe701727268a5c2284fec2867c0a9bfe10b1aa (patch) | |
tree | ce1097293bb6b5393fa1172a73cb2f13354c5234 /launcher/modplatform | |
parent | 35a698ef725bf250a5348bea8c47ff3470be7515 (diff) | |
parent | 9ec260619b48447e398445aecd6651d319b8217e (diff) | |
download | PrismLauncher-e6fe701727268a5c2284fec2867c0a9bfe10b1aa.tar.gz PrismLauncher-e6fe701727268a5c2284fec2867c0a9bfe10b1aa.tar.bz2 PrismLauncher-e6fe701727268a5c2284fec2867c0a9bfe10b1aa.zip |
Merge pull request #808 from Scrumplex/fix-lgtm-warnings
Diffstat (limited to 'launcher/modplatform')
-rw-r--r-- | launcher/modplatform/flame/FlameAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.h b/launcher/modplatform/flame/FlameAPI.h index 424153d2..aea76ff1 100644 --- a/launcher/modplatform/flame/FlameAPI.h +++ b/launcher/modplatform/flame/FlameAPI.h @@ -59,7 +59,7 @@ class FlameAPI : public NetworkModAPI { }; public: - static auto getMappedModLoader(const ModLoaderTypes loaders) -> const int + static auto getMappedModLoader(const ModLoaderTypes loaders) -> int { // https://docs.curseforge.com/?http#tocS_ModLoaderType if (loaders & Forge) |