Fix braindead moments

This commit is contained in:
timoreo
2022-02-01 21:56:52 +01:00
parent aa2c27bf69
commit 71b1ac9f34
2 changed files with 6 additions and 4 deletions

View File

@ -83,7 +83,7 @@ void FlameMod::loadIndexedPackVersions(FlameMod::IndexedPack & pack, QJsonArray
}
}
}
if(!valid || !hasFabric){
if(!valid && !hasFabric){
continue;
}