More work on the downloader and 1.6 instance creation
This commit is contained in:
parent
c96ac24605
commit
33b9b25da7
7 changed files with 87 additions and 36 deletions
|
@ -416,7 +416,7 @@ void MainWindow::onLoginComplete(LoginResponse response)
|
|||
{
|
||||
Q_ASSERT_X(m_activeInst != NULL, "onLoginComplete", "no active instance is set");
|
||||
|
||||
if (!m_activeInst->shouldUpdateGame())
|
||||
if (!m_activeInst->shouldUpdate())
|
||||
{
|
||||
launchInstance(m_activeInst, response);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue