diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-06 10:34:05 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-06 10:34:05 +0300 |
commit | 6505a6280111e29b33d829703d1c1a87f90dba7a (patch) | |
tree | 696b9f52b5e4e03b54d919204b4eb7a47f8788d1 /launcher/ui | |
parent | 1840505a0f887ebfc2c719113873ea3345b133fb (diff) | |
download | PrismLauncher-6505a6280111e29b33d829703d1c1a87f90dba7a.tar.gz PrismLauncher-6505a6280111e29b33d829703d1c1a87f90dba7a.tar.bz2 PrismLauncher-6505a6280111e29b33d829703d1c1a87f90dba7a.zip |
Renamed requires fields
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui')
-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) { |