Fix FTB local libraries bug

This commit is contained in:
Jan Dalheimer 2014-05-03 15:40:46 +02:00
parent e9c8ca02ba
commit 0f3d88cb14
3 changed files with 9 additions and 7 deletions

View file

@ -274,7 +274,7 @@ void OneSixUpdate::jarlibStart()
{
if (lib->hint() == "local")
{
if(!lib->filesExist())
if(!lib->filesExist(m_inst->librariesPath()))
brokenLocalLibs.append(lib);
continue;
}