GH-1642 fix instance launch from console

This commit is contained in:
Petr Mrázek
2016-08-09 22:29:17 +02:00
parent 877d1020db
commit 74b4343c43
6 changed files with 17 additions and 6 deletions

View File

@ -219,6 +219,10 @@ MultiMC::MultiMC(int &argc, char **argv, bool test_mode) : QApplication(argc, ar
}
qDebug() << "Binary path : " << binPath;
qDebug() << "Application root path : " << rootPath;
if(!launchId.isEmpty())
{
qDebug() << "ID of instance to launch : " << launchId;
}
// load settings
initGlobalSettings(test_mode);