reverted change for optional
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -154,7 +154,7 @@ void Flame::FileResolvingTask::modrinthCheckFinished()
|
||||
// If there's more than one mod loader for this version, we can't know for sure
|
||||
// which file is relative to each loader, so it's best to not use any one and
|
||||
// let the user download it manually.
|
||||
if (std::bitset<8>(file.loaders.toInt()).count() <= 1) {
|
||||
if (std::bitset<8>(file.loaders).count() <= 1) {
|
||||
out->url = file.downloadUrl;
|
||||
qDebug() << "Found alternative on modrinth " << out->fileName;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user