fixed authors
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
69c21454ec
commit
932531c8ba
2 changed files with 2 additions and 1 deletions
|
@ -95,8 +95,8 @@ void FlamePackExportTask::collectFiles()
|
|||
resolvedFiles.clear();
|
||||
|
||||
if (mcInstance != nullptr) {
|
||||
connect(mcInstance->loaderModList().get(), &ModFolderModel::updateFinished, this, &FlamePackExportTask::collectHashes);
|
||||
mcInstance->loaderModList()->update();
|
||||
connect(mcInstance->loaderModList().get(), &ModFolderModel::updateFinished, this, &FlamePackExportTask::collectHashes);
|
||||
} else
|
||||
collectHashes();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue