diff --git a/launcher/minecraft/auth/AccountList.cpp b/launcher/minecraft/auth/AccountList.cpp index 9e2fd11134..5f23e6beec 100644 --- a/launcher/minecraft/auth/AccountList.cpp +++ b/launcher/minecraft/auth/AccountList.cpp @@ -657,13 +657,14 @@ void AccountList::setListFilePath(QString path, bool autosave) bool AccountList::anyAccountIsValid() { - for(auto account: m_accounts) - { - if(account->ownsMinecraft()) { - return true; - } - } - return false; +// Support also offline accounts for launching instances +// for(auto account: m_accounts) +// { +// if(account->ownsMinecraft()) { +// return true; +// } +// } + return true; } void AccountList::fillQueue() {