GH-1502 move launch script generation to the Minecraft launch step
This commit is contained in:
parent
9497b7e96c
commit
1a9793197f
7 changed files with 46 additions and 26 deletions
|
@ -29,6 +29,9 @@ void LaunchMinecraft::executeTask()
|
|||
{
|
||||
auto instance = m_parent->instance();
|
||||
std::shared_ptr<MinecraftInstance> minecraftInstance = std::dynamic_pointer_cast<MinecraftInstance>(instance);
|
||||
|
||||
m_launchScript = minecraftInstance->createLaunchScript(m_session);
|
||||
|
||||
QStringList args = minecraftInstance->javaArguments();
|
||||
|
||||
// HACK: this is a workaround for MCL-3732 - 'server-resource-packs' is created.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue