NOISSUE remove old unused version file features
This commit is contained in:
@ -60,7 +60,6 @@ void FTBProfileStrategy::loadDefaultBuiltinPatches()
|
||||
for(auto addLib: file->addLibs)
|
||||
{
|
||||
addLib->m_hint = "local";
|
||||
addLib->insertType = RawLibrary::Prepend;
|
||||
addLib->setStoragePrefix(nativeInstance->librariesPath().absolutePath());
|
||||
}
|
||||
file->fileId = "org.multimc.ftb.pack";
|
||||
|
@ -87,9 +87,9 @@ void OneSixFTBInstance::copy(const QDir &newDir)
|
||||
{
|
||||
qCritical() << "Couldn't create folder structure for" << out;
|
||||
}
|
||||
if (!QFile::copy(librariesPath().absoluteFilePath(lib->storageSuffix()), out))
|
||||
if (!QFile::copy(librariesPath().absoluteFilePath(lib.storageSuffix()), out))
|
||||
{
|
||||
qCritical() << "Couldn't copy" << lib->rawName();
|
||||
qCritical() << "Couldn't copy" << lib.rawName();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user