Ask for java path when hostname changes from the last run.

This commit is contained in:
Petr Mrázek
2013-10-20 22:28:31 +02:00
parent be2c7f4515
commit aca7764afc
2 changed files with 32 additions and 10 deletions

View File

@@ -265,6 +265,7 @@ void MultiMC::initGlobalSettings()
// Java Settings
m_settings->registerSetting(new Setting("JavaPath", ""));
m_settings->registerSetting(new Setting("LastHostname", ""));
m_settings->registerSetting(new Setting("JvmArgs", ""));
// Custom Commands