GH-1801 Do not print the launch script to MultiMC's log.
This commit is contained in:
parent
0a6af3cff3
commit
c200301673
@ -108,7 +108,6 @@ void LauncherPartLaunch::on_state(LoggedProcess::State state)
|
|||||||
m_parent->instance()->setLastLaunch();
|
m_parent->instance()->setLastLaunch();
|
||||||
// send the launch script to the launcher part
|
// send the launch script to the launcher part
|
||||||
m_process.write(m_launchScript.toUtf8());
|
m_process.write(m_launchScript.toUtf8());
|
||||||
qDebug() << m_launchScript;
|
|
||||||
|
|
||||||
mayProceed = true;
|
mayProceed = true;
|
||||||
emit readyForLaunch();
|
emit readyForLaunch();
|
||||||
|
Loading…
Reference in New Issue
Block a user