NOISSUE launcher part should exit when MultiMC 'hangs up'

This commit is contained in:
Petr Mrázek 2015-05-02 12:08:18 +02:00
parent 55f9117ce3
commit fb3c9efc8a

View File

@ -141,6 +141,11 @@ public class EntryPoint
isListening = false;
}
}
else
{
isListening = false;
isAborted = true;
}
}
catch (IOException e)
{