mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-20 02:47:14 +00:00
Errr... I forgot.
This commit is contained in:
@@ -77,7 +77,7 @@ void LoginTask::processNetReply(QNetworkReply *reply)
|
||||
QString username = strings[2];
|
||||
QString sessionID = strings[3];
|
||||
|
||||
LoginResponse response(username, sessionID, latestVersion);
|
||||
LoginResponse response{username, sessionID, latestVersion};
|
||||
emit loginComplete(response);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user