Copying of FTB instances working again

This commit is contained in:
Jan Dalheimer 2014-02-21 19:15:59 +01:00
parent f54705e1c5
commit 4883d15262
9 changed files with 92 additions and 5 deletions

View file

@ -104,7 +104,6 @@ QList<std::shared_ptr<OneSixLibrary> > OneSixVersion::getActiveNormalLibs()
QList<std::shared_ptr<OneSixLibrary> > output;
for (auto lib : libraries)
{
qDebug() << "Checking" << lib->rawName() << lib->isActive() << !lib->isNative();
if (lib->isActive() && !lib->isNative())
{
output.append(lib);