Minor fixes to make UltimMC actually build

This commit is contained in:
Zakhar Afonin
2022-01-19 22:11:18 +03:00
parent 043658b077
commit 18aa0d2faa
2 changed files with 0 additions and 6 deletions

View File

@@ -28,8 +28,6 @@
#include <QPainter>
#include "flows/MojangRefresh.h"
#include "flows/MojangLogin.h"
#include "AuthProviders.h"
#include "flows/MSA.h"
#include "flows/Mojang.h"

View File

@@ -209,10 +209,6 @@ void Yggdrasil::processResponse(QJsonObject responseData) {
m_data->yggdrasilToken.validity = Katabasis::Validity::Certain;
m_data->yggdrasilToken.issueInstant = QDateTime::currentDateTimeUtc();
if(responseData.contains("selectedProfile")) {
yggdrasilProfile = 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.";