diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-07 20:18:36 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-07 20:18:36 +0300 |
commit | 8abe6b6732aa18b49199755c89dcedb90ae9c4b6 (patch) | |
tree | 9c3d130d220caac170ce13adf7b90e816397e01c /launcher/ui/pages | |
parent | e936bc4c60b4262cd70ff1eb3291dc3ead4c53ac (diff) | |
parent | 9b9d439fce9408712a594bb294e3bd5f108e31bc (diff) | |
download | PrismLauncher-8abe6b6732aa18b49199755c89dcedb90ae9c4b6.tar.gz PrismLauncher-8abe6b6732aa18b49199755c89dcedb90ae9c4b6.tar.bz2 PrismLauncher-8abe6b6732aa18b49199755c89dcedb90ae9c4b6.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into visit_mod_page
Diffstat (limited to 'launcher/ui/pages')
-rw-r--r-- | launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp | 2 |
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) { |