mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-31 20:56:08 +00:00
Fix conflict
This commit is contained in:
14
launcher/minecraft/auth/flows/MojangRefresh.cpp
Normal file
14
launcher/minecraft/auth/flows/MojangRefresh.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "MojangRefresh.h"
|
||||
|
||||
MojangRefresh::MojangRefresh(AccountData* data, QObject* parent) : AuthContext(data, parent) {}
|
||||
|
||||
void MojangRefresh::executeTask() {
|
||||
m_requestsDone = 0;
|
||||
m_xboxProfileSucceeded = false;
|
||||
m_mcAuthSucceeded = false;
|
||||
|
||||
initMojang();
|
||||
|
||||
beginActivity(Katabasis::Activity::Refreshing);
|
||||
m_yggdrasil->refresh();
|
||||
}
|
||||
Reference in New Issue
Block a user