Skip to content

Commit 2ea67e6

Browse files
remove Microsoft account validity check
1 parent 43dd929 commit 2ea67e6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

launcher/ui/pages/global/AccountListPage.cpp

-8
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,6 @@ void AccountListPage::on_actionAddMicrosoft_triggered()
147147

148148
void AccountListPage::on_actionAddOffline_triggered()
149149
{
150-
if (!m_accounts->anyAccountIsValid()) {
151-
QMessageBox::warning(this, tr("Error"),
152-
tr("You must add a Microsoft account that owns Minecraft before you can add an offline account."
153-
"<br><br>"
154-
"If you have lost your account you can contact Microsoft for support."));
155-
return;
156-
}
157-
158150
MinecraftAccountPtr account =
159151
OfflineLoginDialog::newAccount(this, tr("Please enter your desired username to add your offline account."));
160152

0 commit comments

Comments
 (0)