Still trying to fix FTB
This commit is contained in:
parent
15920aa9d0
commit
e1f542b5b0
2 changed files with 12 additions and 8 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue