DERP DERP DERP
DERP ALERT. DUCK AND COVER!
This commit is contained in:
parent
208209e4a7
commit
e9186d6d2c
@ -158,7 +158,8 @@ bool OneSixLibrary::filesExist()
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!QFileInfo::exists(PathCombine("libraries", storage)))
|
||||
QFileInfo info(PathCombine("libraries", storage));
|
||||
if (!info.exists())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user