GH-2026 actually do the previous on macOS, not Windows
This commit is contained in:
parent
4b80d34be4
commit
c78498f40c
@ -300,7 +300,7 @@ QStringList MinecraftInstance::javaArguments() const
|
||||
#endif
|
||||
|
||||
// HACK: fix issues on macOS with 1.13 snapshots
|
||||
#ifdef Q_OS_WIN32
|
||||
#ifdef Q_OS_MAC
|
||||
args << QString("-XstartOnFirstThread");
|
||||
#endif
|
||||
|
||||
@ -505,6 +505,7 @@ QString MinecraftInstance::createLaunchScript(AuthSessionPtr session)
|
||||
launchScript += "traits " + trait + "\n";
|
||||
}
|
||||
launchScript += "launcher onesix\n";
|
||||
qDebug() << "Generated launch script:" << launchScript;
|
||||
return launchScript;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user