diff --git a/launcher/minecraft/auth/AccountList.cpp b/launcher/minecraft/auth/AccountList.cpp index c3c09003c9..ca50a9b358 100644 --- a/launcher/minecraft/auth/AccountList.cpp +++ b/launcher/minecraft/auth/AccountList.cpp @@ -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()