Skip to content

Commit

Permalink
Possible fix LaunchController.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Jul 27, 2024
1 parent eaf33cf commit 470b153
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 @@ -85,7 +85,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 470b153

Please sign in to comment.