UltimMC: Misc improvements all over the place

This commit is contained in:
Neptune
2024-03-06 08:30:30 -05:00
parent c57d58f6f8
commit 82df3ac9ac
5 changed files with 11 additions and 18 deletions

View File

@@ -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.";