Fix FTB local libraries bug
This commit is contained in:
parent
e9c8ca02ba
commit
0f3d88cb14
3 changed files with 9 additions and 7 deletions
|
@ -274,7 +274,7 @@ void OneSixUpdate::jarlibStart()
|
|||
{
|
||||
if (lib->hint() == "local")
|
||||
{
|
||||
if(!lib->filesExist())
|
||||
if(!lib->filesExist(m_inst->librariesPath()))
|
||||
brokenLocalLibs.append(lib);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue