Merge pull request #81 from bexnoss/fix-msa-account-refresh
This commit is contained in:
commit
0bc8baf117
@ -147,7 +147,7 @@ shared_qobject_ptr<AccountTask> MinecraftAccount::refresh() {
|
||||
if(data.type == AccountType::MSA) {
|
||||
m_currentTask.reset(new MSASilent(&data));
|
||||
}
|
||||
if(data.type == AccountType::Offline) {
|
||||
else if(data.type == AccountType::Offline) {
|
||||
m_currentTask.reset(new OfflineRefresh(&data));
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user