NOISSUE launcher part should exit when MultiMC 'hangs up'
This commit is contained in:
@ -141,6 +141,11 @@ public class EntryPoint
|
||||
isListening = false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
isListening = false;
|
||||
isAborted = true;
|
||||
}
|
||||
}
|
||||
catch (IOException e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user