diff options
author | flow <thiagodonato300@gmail.com> | 2022-04-02 18:34:26 -0300 |
---|---|---|
committer | flow <thiagodonato300@gmail.com> | 2022-04-15 08:45:30 -0300 |
commit | c730fd6e5f125cde324d110282ed33ea4b9df136 (patch) | |
tree | 1cb8af67958f28262c76a39d109f348c81ae84f1 /launcher/modplatform/flame | |
parent | c2b97c3e3f5ecb5a995b342c4e0afec6a1a3b2f6 (diff) | |
download | PrismLauncher-c730fd6e5f125cde324d110282ed33ea4b9df136.tar.gz PrismLauncher-c730fd6e5f125cde324d110282ed33ea4b9df136.tar.bz2 PrismLauncher-c730fd6e5f125cde324d110282ed33ea4b9df136.zip |
feat: Use version filter when searching mods
Diffstat (limited to 'launcher/modplatform/flame')
-rw-r--r-- | launcher/modplatform/flame/FlameAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.h b/launcher/modplatform/flame/FlameAPI.h index 8654a693..690ee15c 100644 --- a/launcher/modplatform/flame/FlameAPI.h +++ b/launcher/modplatform/flame/FlameAPI.h @@ -22,7 +22,7 @@ class FlameAPI : public NetworkModAPI { .arg(args.search) .arg(args.sorting) .arg(args.mod_loader) - .arg(args.version); + .arg(getGameVersionsString(args.versions)); }; inline auto getVersionsURL(VersionSearchArgs& args) const -> QString override |