reverted change for optional
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
aa065f2b51
commit
6178e5a975
3 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue