mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
return 0 for any
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
1515607060
commit
6c0492c0d1
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ class FlameAPI : public NetworkResourceAPI {
|
|||
case ModPlatform::NeoForge:
|
||||
return 6;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static auto getModLoaderStrings(const ModPlatform::ModLoaderTypes types) -> const QStringList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue