Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into mods_txt

This commit is contained in:
Trial97
2023-06-07 20:18:56 +03:00
13 changed files with 33 additions and 25 deletions

View File

@ -68,7 +68,7 @@ QString AtlUserInteractionSupportImpl::chooseVersion(Meta::VersionList::Ptr vlis
// select recommended build
for (int i = 0; i < vlist->versions().size(); i++) {
auto version = vlist->versions().at(i);
auto reqs = version->requires();
auto reqs = version->requiredSet();
// filter by minecraft version, if the loader depends on a certain version.
if (minecraftVersion != nullptr) {