summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
authorSky <git@bunnies.cc>2013-10-21 17:50:45 +0100
committerSky <git@bunnies.cc>2013-10-21 17:50:45 +0100
commitce512e1cf228584336353acbcacbdc30e21f5c4a (patch)
tree597fbcfd5a0aaef3721f33cf6ae26ac42d058ff9 /MultiMC.cpp
parent681d36b23251993a8678db8e72859d4018396b63 (diff)
downloadMultiMC-ce512e1cf228584336353acbcacbdc30e21f5c4a.tar
MultiMC-ce512e1cf228584336353acbcacbdc30e21f5c4a.tar.gz
MultiMC-ce512e1cf228584336353acbcacbdc30e21f5c4a.tar.lz
MultiMC-ce512e1cf228584336353acbcacbdc30e21f5c4a.tar.xz
MultiMC-ce512e1cf228584336353acbcacbdc30e21f5c4a.zip
Clean up skins, remove wrapper, save to accounts/skins
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r--MultiMC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp
index e38733a1..50ae3d3d 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -294,7 +294,7 @@ void MultiMC::initHttpMetaCache()
m_metacache->addBase("versions", QDir("versions").absolutePath());
m_metacache->addBase("libraries", QDir("libraries").absolutePath());
m_metacache->addBase("minecraftforge", QDir("mods/minecraftforge").absolutePath());
- m_metacache->addBase("skins", QDir("playerdata/skins").absolutePath());
+ m_metacache->addBase("skins", QDir("accounts/skins").absolutePath());
m_metacache->Load();
}