Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Sep 11, 2024
1 parent 321105d commit 4c3d191
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions launcher/minecraft/auth/AccountList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,19 +575,10 @@ void AccountList::setListFilePath(QString path, bool autosave)
m_autosave = autosave;
}

/*
* Removed check function, that return's true if any account is valid.
*/

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

void AccountList::fillQueue()
{
Expand Down

0 comments on commit 4c3d191

Please sign in to comment.