Merge pull request #808 from Scrumplex/fix-lgtm-warnings

This commit is contained in:
Sefa Eyeoglu
2022-07-09 01:10:59 +02:00
committed by GitHub
8 changed files with 20 additions and 11 deletions

View File

@ -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)