GH-1642 fix instance launch from console
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user