mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
@ -278,6 +278,10 @@ void LaunchController::login()
|
||||
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!
|
||||
launchInstance();
|
||||
return;
|
||||
@ -304,7 +308,8 @@ void LaunchController::login()
|
||||
return;
|
||||
}
|
||||
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::StandardButton::Ok);
|
||||
|
Reference in New Issue
Block a user