diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-15 11:38:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-15 11:38:50 +0200 |
| commit | 4ff1306e0c6c4c1a8c9b3c2ee72f8e7f0aa590dc (patch) | |
| tree | c9f496b5a2573e240672e1be20a112d30247fd99 /launcher/minecraft/mod | |
| parent | 620555d2103dbfaa51e621b35290392899713a40 (diff) | |
| parent | 9fb5674233c21775fac76cf96cd2a77c4098e908 (diff) | |
| download | PrismLauncher-4ff1306e0c6c4c1a8c9b3c2ee72f8e7f0aa590dc.tar.gz PrismLauncher-4ff1306e0c6c4c1a8c9b3c2ee72f8e7f0aa590dc.tar.bz2 PrismLauncher-4ff1306e0c6c4c1a8c9b3c2ee72f8e7f0aa590dc.zip | |
Merge pull request #185 from Scrumplex/quilt
Quilt support
Diffstat (limited to 'launcher/minecraft/mod')
| -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)) { |
