mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-26 00:15:16 +00:00
NOISSUE slightly improve Forge detection in FTBA import
This commit is contained in:
parent
305157746a
commit
fe75a7f09e
@ -233,12 +233,13 @@ void resolveModloader(QString mcVersion, ModLoader &loader) {
|
||||
if(versionIsNext) {
|
||||
loader.type = ModLoaderType::Forge;
|
||||
loader.version = value;
|
||||
break;
|
||||
return;
|
||||
}
|
||||
if(value == "--fml.forgeVersion") {
|
||||
versionIsNext = true;
|
||||
}
|
||||
}
|
||||
loader.type = ModLoaderType::Unresolved;
|
||||
return;
|
||||
}
|
||||
catch (const JSONValidationError &e)
|
||||
|
Loading…
Reference in New Issue
Block a user