aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-07 20:18:56 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-07 20:18:56 +0300
commitbbd9e4de9b29e7cb58c7ec4e8a827fec59a8fb55 (patch)
tree855c32369f09dfa992b45eb4b3ded17cd97e140d /launcher/ui/pages/modplatform
parent1e702ee40f211286f85fa5353704e358e7fe14a9 (diff)
parent9b9d439fce9408712a594bb294e3bd5f108e31bc (diff)
downloadPrismLauncher-bbd9e4de9b29e7cb58c7ec4e8a827fec59a8fb55.tar.gz
PrismLauncher-bbd9e4de9b29e7cb58c7ec4e8a827fec59a8fb55.tar.bz2
PrismLauncher-bbd9e4de9b29e7cb58c7ec4e8a827fec59a8fb55.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into mods_txt
Diffstat (limited to 'launcher/ui/pages/modplatform')
-rw-r--r--launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp b/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp
index f5f50cae..3d2d568a 100644
--- a/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp
+++ b/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp
@@ -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) {