diff options
author | Sky <git@bunnies.cc> | 2013-10-19 06:40:46 +0100 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-10-19 06:40:46 +0100 |
commit | 681d36b23251993a8678db8e72859d4018396b63 (patch) | |
tree | 9082d1bc7107c1b1d0bc7b72fb486bd84cd21560 /MultiMC.cpp | |
parent | be2c7f451541647899478d0197d3e9500d63c833 (diff) | |
download | MultiMC-681d36b23251993a8678db8e72859d4018396b63.tar MultiMC-681d36b23251993a8678db8e72859d4018396b63.tar.gz MultiMC-681d36b23251993a8678db8e72859d4018396b63.tar.lz MultiMC-681d36b23251993a8678db8e72859d4018396b63.tar.xz MultiMC-681d36b23251993a8678db8e72859d4018396b63.zip |
First draft of player faces in the login dialog
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r-- | MultiMC.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp index 6c3c0269..e38733a1 100644 --- a/MultiMC.cpp +++ b/MultiMC.cpp @@ -294,6 +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->Load(); } |