NOISSUE fix multiple issues in ATLauncher integration
This commit is contained in:
@ -289,7 +289,7 @@ bool World::install(const QString &to, const QString &name)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
ok = !MMCZip::extractSubDir(&zip, m_containerOffsetPath, finalPath).isEmpty();
|
||||
ok = !MMCZip::extractSubDir(&zip, m_containerOffsetPath, finalPath);
|
||||
}
|
||||
else if(m_containerFile.isDir())
|
||||
{
|
||||
|
Reference in New Issue
Block a user