All of the broken legacy things work.
This commit is contained in:
parent
9860d5ee12
commit
92abe4c603
21 changed files with 701 additions and 356 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue