return 0 for any

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-08-23 21:09:32 +03:00
parent 1515607060
commit 6c0492c0d1
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -58,6 +58,7 @@ class FlameAPI : public NetworkResourceAPI {
case ModPlatform::NeoForge:
return 6;
}
return 0;
}
static auto getModLoaderStrings(const ModPlatform::ModLoaderTypes types) -> const QStringList