GH-1034 do jar modding separate from update
This commit is contained in:
@ -269,7 +269,7 @@ void VersionPage::on_changeVersionBtn_clicked()
|
||||
|
||||
int VersionPage::doUpdate()
|
||||
{
|
||||
auto updateTask = m_inst->doUpdate();
|
||||
auto updateTask = m_inst->createUpdateTask();
|
||||
if (!updateTask)
|
||||
{
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user