Skip to content

Commit

Permalink
Update LaunchController.cpp
Browse files Browse the repository at this point in the history
Disable account check

Signed-off-by: Kaze <[email protected]>
  • Loading branch information
zFERDQFREZrzfq authored Sep 20, 2024
1 parent bb2d929 commit 25e368c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/LaunchController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 25e368c

Please sign in to comment.