diff --git c/launcher/minecraft/auth/AccountList.cpp w/launcher/minecraft/auth/AccountList.cpp index d276d4c41..b3c70962d 100644 --- c/launcher/minecraft/auth/AccountList.cpp +++ w/launcher/minecraft/auth/AccountList.cpp @@ -577,12 +577,7 @@ 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()