mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
Get rid of QNAM (now subclassed and less needy). Basic LWJGL download and extraction.
This commit is contained in:
@@ -412,7 +412,7 @@ void MainWindow::onLoginComplete(LoginResponse response)
|
||||
return;
|
||||
m_activeLogin = LoginResponse(response);
|
||||
|
||||
OneSixUpdate *updateTask = m_activeInst->doUpdate();
|
||||
BaseUpdate *updateTask = m_activeInst->doUpdate();
|
||||
if(!updateTask)
|
||||
{
|
||||
launchInstance(m_activeInst, m_activeLogin);
|
||||
|
Reference in New Issue
Block a user