diff options
author | Sky <git@bunnies.cc> | 2013-10-21 17:50:45 +0100 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-10-21 17:50:45 +0100 |
commit | ce512e1cf228584336353acbcacbdc30e21f5c4a (patch) | |
tree | 597fbcfd5a0aaef3721f33cf6ae26ac42d058ff9 /MultiMC.cpp | |
parent | 681d36b23251993a8678db8e72859d4018396b63 (diff) | |
download | MultiMC-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.cpp | 2 |
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(); } |