@@ -278,6 +278,10 @@ void LaunchController::login()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (m_accountToUse->accountType() == AccountType::Offline)
|
||||||
|
m_session->wants_online = false;
|
||||||
|
|
||||||
// we own Minecraft, there is a profile, it's all ready to go!
|
// we own Minecraft, there is a profile, it's all ready to go!
|
||||||
launchInstance();
|
launchInstance();
|
||||||
return;
|
return;
|
||||||
@@ -304,7 +308,8 @@ void LaunchController::login()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
case AccountState::Disabled: {
|
case AccountState::Disabled: {
|
||||||
auto errorString = tr("The launcher's client identification has changed. Please remove '%1' and try again.");
|
auto errorString = tr("The launcher's client identification has changed. Please remove '%1' and try again.")
|
||||||
|
.arg(accountToCheck->profileName());
|
||||||
|
|
||||||
QMessageBox::warning(m_parentWidget, tr("Client identification changed"), errorString, QMessageBox::StandardButton::Ok,
|
QMessageBox::warning(m_parentWidget, tr("Client identification changed"), errorString, QMessageBox::StandardButton::Ok,
|
||||||
QMessageBox::StandardButton::Ok);
|
QMessageBox::StandardButton::Ok);
|
||||||
|
|||||||
Reference in New Issue
Block a user