NOISSUE Pass the optional mod dialog the full version

We will need more information, let's just pass the whole thing.
This commit is contained in:
Jamie Mansfield
2022-05-05 20:30:51 +01:00
parent af36e5c43f
commit 41f728b22f
6 changed files with 15 additions and 13 deletions

View File

@@ -530,7 +530,7 @@ void PackInstallTask::downloadMods()
QVector<QString> selectedMods;
if (!optionalMods.isEmpty()) {
setStatus(tr("Selecting optional mods..."));
selectedMods = m_support->chooseOptionalMods(optionalMods);
selectedMods = m_support->chooseOptionalMods(m_version, optionalMods);
}
setStatus(tr("Downloading mods..."));