mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-27 03:14:49 +00:00
NOISSUE Fix incorrect NeoForge versions being shown when changing version
This commit is contained in:
parent
1b77965225
commit
45ec0b690d
@ -363,6 +363,11 @@ void VersionPage::on_actionChange_version_triggered()
|
||||
on_actionInstall_Forge_triggered();
|
||||
return;
|
||||
}
|
||||
else if (uid == "net.neoforged")
|
||||
{
|
||||
on_actionInstall_NeoForge_triggered();
|
||||
return;
|
||||
}
|
||||
else if (uid == "com.mumfrey.liteloader")
|
||||
{
|
||||
on_actionInstall_LiteLoader_triggered();
|
||||
|
Loading…
Reference in New Issue
Block a user