summaryrefslogtreecommitdiffstats
path: root/api/logic/Env.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-03-29 20:55:47 +0200
committerPetr Mrázek <peterix@gmail.com>2018-03-29 20:55:47 +0200
commitc9832d0d8603ba2420a093f44cb5037e18e938f6 (patch)
tree47b1a44d82e115eb361b00acf814264f6a09dc89 /api/logic/Env.cpp
parentfa8f19b0460234223f6af9c73d6d49727c838703 (diff)
downloadMultiMC-c9832d0d8603ba2420a093f44cb5037e18e938f6.tar
MultiMC-c9832d0d8603ba2420a093f44cb5037e18e938f6.tar.gz
MultiMC-c9832d0d8603ba2420a093f44cb5037e18e938f6.tar.lz
MultiMC-c9832d0d8603ba2420a093f44cb5037e18e938f6.tar.xz
MultiMC-c9832d0d8603ba2420a093f44cb5037e18e938f6.zip
GH-2208 fix FTB pack download caching
Diffstat (limited to 'api/logic/Env.cpp')
-rw-r--r--api/logic/Env.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/logic/Env.cpp b/api/logic/Env.cpp
index cf321af2..04a5ab23 100644
--- a/api/logic/Env.cpp
+++ b/api/logic/Env.cpp
@@ -95,6 +95,7 @@ void Env::initHttpMetaCache()
m_metacache->addBase("fmllibs", QDir("mods/minecraftforge/libs").absolutePath());
m_metacache->addBase("liteloader", QDir("mods/liteloader").absolutePath());
m_metacache->addBase("general", QDir("cache").absolutePath());
+ m_metacache->addBase("FTBPacks", QDir("cache/FTBPacks").absolutePath());
m_metacache->addBase("skins", QDir("accounts/skins").absolutePath());
m_metacache->addBase("root", QDir::currentPath());
m_metacache->addBase("translations", QDir("translations").absolutePath());