mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fixed thing
This commit is contained in:
parent
7d202e348d
commit
cb83f8e52d
1 changed files with 1 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ void LauncherPartLaunch::on_state(LoggedProcess::State state)
|
|||
case LoggedProcess::Aborted:
|
||||
case LoggedProcess::Crashed: {
|
||||
m_parent->setPid(-1);
|
||||
m_parent->instance()->setMinecraftRunning(false);
|
||||
emitFailed(tr("Game crashed."));
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue