NOISSUE fix multiple issues in ATLauncher integration
This commit is contained in:
parent
434369ca7c
commit
13a7f8d3b7
11 changed files with 175 additions and 105 deletions
|
@ -79,7 +79,7 @@ void Technic::SingleZipPackInstallTask::downloadProgressChanged(qint64 current,
|
|||
void Technic::SingleZipPackInstallTask::extractFinished()
|
||||
{
|
||||
m_packZip.reset();
|
||||
if (m_extractFuture.result().isEmpty())
|
||||
if (!m_extractFuture.result())
|
||||
{
|
||||
emitFailed(tr("Failed to extract modpack"));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue