diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-23 11:33:45 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-23 11:33:45 +0300 |
commit | f8f9ffa1182c76cd22c2c181820bdd9516d7958f (patch) | |
tree | 3988a0c08ae8126ad8e662276645890e3b562964 /launcher/modplatform/ModIndex.h | |
parent | 4704c522e002e0da2c9ce49f71456fce684ab3a1 (diff) | |
download | PrismLauncher-f8f9ffa1182c76cd22c2c181820bdd9516d7958f.tar.gz PrismLauncher-f8f9ffa1182c76cd22c2c181820bdd9516d7958f.tar.bz2 PrismLauncher-f8f9ffa1182c76cd22c2c181820bdd9516d7958f.zip |
added loaders for flame version
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/ModIndex.h')
-rw-r--r-- | launcher/modplatform/ModIndex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h index 2178422f..780f68b4 100644 --- a/launcher/modplatform/ModIndex.h +++ b/launcher/modplatform/ModIndex.h @@ -73,7 +73,7 @@ struct IndexedVersion { QString downloadUrl; QString date; QString fileName; - QStringList loaders = {}; + ModLoaderTypes loaders = {}; QString hash_type; QString hash; bool is_preferred = true; |