add setting for quickplay singleplayer
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
0308710211
commit
c9809fff6d
29 changed files with 253 additions and 128 deletions
|
@ -324,7 +324,7 @@ void LaunchController::launchInstance()
|
|||
return;
|
||||
}
|
||||
|
||||
m_launcher = m_instance->createLaunchTask(m_session, m_serverToJoin);
|
||||
m_launcher = m_instance->createLaunchTask(m_session, m_target_to_join);
|
||||
if (!m_launcher) {
|
||||
emitFailed(tr("Couldn't instantiate a launcher."));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue