mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
All of the broken legacy things work.
This commit is contained in:
@@ -62,12 +62,14 @@ void OneSixUpdate::executeTask()
|
||||
emitFailed(tr("The specified Minecraft version is invalid. Choose a different one."));
|
||||
return;
|
||||
}
|
||||
versionFileStart();
|
||||
}
|
||||
else
|
||||
{
|
||||
jarlibStart();
|
||||
// builtins need no updates, so only update for Mojang
|
||||
if(targetVersion->m_versionSource == MinecraftVersion::Mojang)
|
||||
{
|
||||
versionFileStart();
|
||||
return;
|
||||
}
|
||||
}
|
||||
jarlibStart();
|
||||
}
|
||||
|
||||
void OneSixUpdate::versionFileStart()
|
||||
|
Reference in New Issue
Block a user