added loaders for flame version
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
4704c522e0
commit
f8f9ffa118
8 changed files with 32 additions and 20 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "FileResolvingTask.h"
|
||||
|
||||
#include <bitset>
|
||||
#include "Json.h"
|
||||
#include "net/ApiDownload.h"
|
||||
#include "net/ApiUpload.h"
|
||||
|
@ -153,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 (file.loaders.size() <= 1) {
|
||||
if (std::bitset<8>(file.loaders.toInt()).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