Skip to content

Commit 2c4cd23

Browse files
authored
Update AccountList.cpp
Signed-off-by: End <[email protected]>
1 parent 1e1730e commit 2c4cd23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

launcher/minecraft/auth/AccountList.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ void AccountList::setListFilePath(QString path, bool autosave)
577577

578578
bool AccountList::anyAccountIsValid()
579579
{
580+
return true;
580581
for (auto account : m_accounts) {
581582
if (account->ownsMinecraft()) {
582583
return true;

0 commit comments

Comments
 (0)