Break FTB. Yep. It has to be done better.
This commit is contained in:
parent
439e17b149
commit
db8b47e7f6
@ -46,16 +46,6 @@ InstanceList::InstanceList(const QString &instDir, QObject *parent)
|
|||||||
{
|
{
|
||||||
QDir::current().mkpath(m_instDir);
|
QDir::current().mkpath(m_instDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* FIXME HACK: instances sometimes need to be created at launch. They need the versions for
|
|
||||||
* that.
|
|
||||||
*
|
|
||||||
* Remove this. it has no business of reloading the whole list. The instances which
|
|
||||||
* need it should track such events themselves and CHANGE THEIR DATA ONLY!
|
|
||||||
*/
|
|
||||||
connect(MMC->minecraftlist().get(), &MinecraftVersionList::modelReset, this,
|
|
||||||
&InstanceList::loadList);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
InstanceList::~InstanceList()
|
InstanceList::~InstanceList()
|
||||||
|
Loading…
Reference in New Issue
Block a user