aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/flame/FlamePackExportTask.cpp
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-22 21:12:02 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-22 21:12:02 +0300
commit85495c794de2b7c9ae64bbf43156b3e4e6ecfed0 (patch)
tree7e618b1f120c30beb5a8f0dcc76f2bc64c333ca3 /launcher/modplatform/flame/FlamePackExportTask.cpp
parent049b02cee46358a3d1dd13769e2c6f4ba27bc55e (diff)
downloadPrismLauncher-85495c794de2b7c9ae64bbf43156b3e4e6ecfed0.tar.gz
PrismLauncher-85495c794de2b7c9ae64bbf43156b3e4e6ecfed0.tar.bz2
PrismLauncher-85495c794de2b7c9ae64bbf43156b3e4e6ecfed0.zip
changed map tipe
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/flame/FlamePackExportTask.cpp')
-rw-r--r--launcher/modplatform/flame/FlamePackExportTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlamePackExportTask.cpp b/launcher/modplatform/flame/FlamePackExportTask.cpp
index 4ac2c8ab..6114f1b1 100644
--- a/launcher/modplatform/flame/FlamePackExportTask.cpp
+++ b/launcher/modplatform/flame/FlamePackExportTask.cpp
@@ -209,7 +209,7 @@ QByteArray FlamePackExportTask::generateIndex()
auto meta = mod->metadata();
if (meta == nullptr || meta->provider != ModPlatform::ResourceProvider::FLAME)
continue;
- resolvedFiles[gameRoot.relativeFilePath(mod->fileinfo().absoluteFilePath())] = {};
+ resolvedFiles[gameRoot.relativeFilePath(mod->fileinfo().absoluteFilePath())] = true;
QJsonObject file;
file["projectID"] = meta->project_id.toInt();