mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-06 23:13:22 +00:00
UltimMC: Misc improvements all over the place
This commit is contained in:
@@ -209,11 +209,6 @@ void Yggdrasil::processResponse(QJsonObject responseData) {
|
||||
m_data->yggdrasilToken.validity = Katabasis::Validity::Certain;
|
||||
m_data->yggdrasilToken.issueInstant = QDateTime::currentDateTimeUtc();
|
||||
|
||||
|
||||
if(responseData.contains("selectedProfile")) {
|
||||
//m_data->minecraftProfile = responseData.value("selectedProfile").toObject();
|
||||
}
|
||||
|
||||
// We've made it through the minefield of possible errors. Return true to indicate that
|
||||
// we've succeeded.
|
||||
qDebug() << "Finished reading authentication response.";
|
||||
|
||||
Reference in New Issue
Block a user