NOISSUE fix multiple issues in ATLauncher integration
This commit is contained in:
@ -117,7 +117,7 @@ void Technic::SolderPackInstallTask::downloadSucceeded()
|
||||
while (m_modCount > i)
|
||||
{
|
||||
auto path = FS::PathCombine(m_outputDir.path(), QString("%1").arg(i));
|
||||
if (MMCZip::extractDir(path, extractDir).isEmpty())
|
||||
if (!MMCZip::extractDir(path, extractDir))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user