More work on the downloader and 1.6 instance creation

This commit is contained in:
Petr Mrázek
2013-07-14 18:33:31 +02:00
parent c96ac24605
commit 33b9b25da7
7 changed files with 87 additions and 36 deletions

View File

@ -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);
}