aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/flame/FlameModIndex.cpp
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-02-20 20:55:26 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-04-07 18:46:09 +0200
commit35cfb41a9c8cf1328f3d2d14022cf51cbfc67f1f (patch)
treeb315174ed647f46ce438ab07862caaca429e3cb4 /launcher/modplatform/flame/FlameModIndex.cpp
parent74cdf5350de1649955814d6bcd596d8abfe9c5e2 (diff)
downloadPrismLauncher-35cfb41a9c8cf1328f3d2d14022cf51cbfc67f1f.tar.gz
PrismLauncher-35cfb41a9c8cf1328f3d2d14022cf51cbfc67f1f.tar.bz2
PrismLauncher-35cfb41a9c8cf1328f3d2d14022cf51cbfc67f1f.zip
fix: check for Quilt as Fabric-compatible loader
Diffstat (limited to 'launcher/modplatform/flame/FlameModIndex.cpp')
-rw-r--r--launcher/modplatform/flame/FlameModIndex.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/flame/FlameModIndex.cpp b/launcher/modplatform/flame/FlameModIndex.cpp
index 2c3adee4..e86b64dd 100644
--- a/launcher/modplatform/flame/FlameModIndex.cpp
+++ b/launcher/modplatform/flame/FlameModIndex.cpp
@@ -69,6 +69,7 @@ void FlameMod::loadIndexedPackVersions(ModPlatform::IndexedPack& pack,
for (auto m : modules) {
auto fname = Json::requireString(m.toObject(), "foldername");
// FIXME: This does not work properly when a mod supports more than one mod loader, since
+ // FIXME: This also doesn't deal with Quilt mods at the moment
// they bundle the meta files for all of them in the same arquive, even when that version
// doesn't support the given mod loader.
if (hasFabric) {