diff options
author | timoreo22 <timo.oreo34@gmail.com> | 2022-02-01 22:23:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 22:23:34 +0100 |
commit | 11841c47e62ecdafc09eecd1998cff722ebcd1e7 (patch) | |
tree | f6b38fb67c8354dd761ffc32bb0dca43166efc91 | |
parent | 71b1ac9f349c0831f9d5242e88e7eabd38984e28 (diff) | |
download | PrismLauncher-11841c47e62ecdafc09eecd1998cff722ebcd1e7.tar.gz PrismLauncher-11841c47e62ecdafc09eecd1998cff722ebcd1e7.tar.bz2 PrismLauncher-11841c47e62ecdafc09eecd1998cff722ebcd1e7.zip |
Double braindead combo
-rw-r--r-- | launcher/modplatform/flame/FlameModIndex.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/modplatform/flame/FlameModIndex.cpp b/launcher/modplatform/flame/FlameModIndex.cpp index 4b81fd7c..a8b2495a 100644 --- a/launcher/modplatform/flame/FlameModIndex.cpp +++ b/launcher/modplatform/flame/FlameModIndex.cpp @@ -83,7 +83,7 @@ void FlameMod::loadIndexedPackVersions(FlameMod::IndexedPack & pack, QJsonArray } } } - if(!valid && !hasFabric){ + if(!valid && hasFabric){ continue; } @@ -97,4 +97,4 @@ void FlameMod::loadIndexedPackVersions(FlameMod::IndexedPack & pack, QJsonArray std::sort(unsortedVersions.begin(), unsortedVersions.end(), orderSortPredicate); pack.versions = unsortedVersions; pack.versionsLoaded = true; -}
\ No newline at end of file +} |