NOISSUE stop logging process environment and MC launch script
This commit is contained in:
@ -494,7 +494,7 @@ QString MinecraftInstance::createLaunchScript(AuthSessionPtr session)
|
||||
launchScript += "traits " + trait + "\n";
|
||||
}
|
||||
launchScript += "launcher onesix\n";
|
||||
qDebug() << "Generated launch script:" << launchScript;
|
||||
// qDebug() << "Generated launch script:" << launchScript;
|
||||
return launchScript;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user