Skip to content

Commit

Permalink
Update AccountList.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
villagerBot authored Dec 7, 2023
1 parent c721fa7 commit c01c4a6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions launcher/minecraft/auth/AccountList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,12 +579,8 @@ void AccountList::setListFilePath(QString path, bool autosave)

bool AccountList::anyAccountIsValid()
{
for (auto account : m_accounts) {
if (account->ownsMinecraft()) {
return true;
}
}
return false;

return true;
}

void AccountList::fillQueue()
Expand Down

0 comments on commit c01c4a6

Please sign in to comment.