diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-22 21:12:02 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-22 21:12:02 +0300 |
commit | 85495c794de2b7c9ae64bbf43156b3e4e6ecfed0 (patch) | |
tree | 7e618b1f120c30beb5a8f0dcc76f2bc64c333ca3 /launcher/modplatform/flame/FlamePackExportTask.cpp | |
parent | 049b02cee46358a3d1dd13769e2c6f4ba27bc55e (diff) | |
download | PrismLauncher-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.cpp | 2 |
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(); |