mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 02:46:59 +03:00
NOISSUE launcher part should exit when MultiMC 'hangs up'
This commit is contained in:
parent
55f9117ce3
commit
fb3c9efc8a
1 changed files with 5 additions and 0 deletions
|
|
@ -141,6 +141,11 @@ public class EntryPoint
|
|||
isListening = false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
isListening = false;
|
||||
isAborted = true;
|
||||
}
|
||||
}
|
||||
catch (IOException e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue