mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
Fix braindead moments
This commit is contained in:
@ -83,7 +83,7 @@ void FlameMod::loadIndexedPackVersions(FlameMod::IndexedPack & pack, QJsonArray
|
||||
}
|
||||
}
|
||||
}
|
||||
if(!valid || !hasFabric){
|
||||
if(!valid && !hasFabric){
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user