Still trying to fix FTB

This commit is contained in:
Jan Dalheimer 2014-05-23 18:41:22 +02:00
parent 15920aa9d0
commit e1f542b5b0
2 changed files with 12 additions and 8 deletions

View file

@ -398,6 +398,10 @@ void MultiMC::initGlobalSettings()
#endif
m_settings->registerSetting("FTBLauncherDataRoot", ftbDataDefault);
m_settings->registerSetting("FTBLauncherRoot", ftbDefault);
QLOG_INFO() << "FTB Launcher paths:"
<< m_settings->get("FTBLauncherDataRoot").toString()
<< "and"
<< m_settings->get("FTBLauncherRoot").toString();
m_settings->registerSetting("FTBRoot");
if (m_settings->get("FTBRoot").isNull())