diff options
author | Irgendwer01 <67506320+Irgendwer01@users.noreply.github.com> | 2022-04-15 13:04:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 13:04:25 +0200 |
commit | ecad388846060f486bc1ae665ffa854d3b867ee1 (patch) | |
tree | a946ef393142bf9f4cf6f32842faf44bc0d5c19a /launcher/minecraft/mod/LocalModParseTask.cpp | |
parent | 9a120f43c8df3062e34c32b28f3060b95e61249a (diff) | |
parent | 4ff1306e0c6c4c1a8c9b3c2ee72f8e7f0aa590dc (diff) | |
download | PrismLauncher-ecad388846060f486bc1ae665ffa854d3b867ee1.tar.gz PrismLauncher-ecad388846060f486bc1ae665ffa854d3b867ee1.tar.bz2 PrismLauncher-ecad388846060f486bc1ae665ffa854d3b867ee1.zip |
Merge branch 'PolyMC:develop' into develop
Diffstat (limited to 'launcher/minecraft/mod/LocalModParseTask.cpp')
-rw-r--r-- | launcher/minecraft/mod/LocalModParseTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/mod/LocalModParseTask.cpp b/launcher/minecraft/mod/LocalModParseTask.cpp index 757a2187..f01da8ae 100644 --- a/launcher/minecraft/mod/LocalModParseTask.cpp +++ b/launcher/minecraft/mod/LocalModParseTask.cpp @@ -391,7 +391,7 @@ void LocalModParseTask::processAsZip() zip.close(); return; } - else if (zip.setCurrentFile("fabric.mod.json")) + else if (zip.setCurrentFile("fabric.mod.json")) // TODO: Support quilt.mod.json { if (!file.open(QIODevice::ReadOnly)) { |