Copying of FTB instances working again
This commit is contained in:
parent
f54705e1c5
commit
4883d15262
9 changed files with 92 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue