From 25e368cd14cd9e1c722ad6c5265026311dfe88e2 Mon Sep 17 00:00:00 2001 From: Kaze <155321034+zFERDQFREZrzfq@users.noreply.github.com> Date: Sat, 21 Sep 2024 01:16:01 +0200 Subject: [PATCH] Update LaunchController.cpp Disable account check Signed-off-by: Kaze <155321034+zFERDQFREZrzfq@users.noreply.github.com> --- launcher/LaunchController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/LaunchController.cpp b/launcher/LaunchController.cpp index 687da13220..ee8ca16355 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -86,7 +86,7 @@ void LaunchController::decideAccount() // Find an account to use. auto accounts = APPLICATION->accounts(); - if (accounts->count() <= 0 || !accounts->anyAccountIsValid()) { + if (accounts->count() <= 0) { // Tell the user they need to log in at least one account in order to play. auto reply = CustomMessageBox::selectable(m_parentWidget, tr("No Accounts"), tr("In order to play Minecraft, you must have at least one Microsoft "