[FIX] Исправлена возможная проблема с запуском лаунчера при смене режима отладки между запусками

This commit is contained in:
Gravit 2019-03-25 04:17:25 +07:00
parent 376fa1b76e
commit 97e3327b89

View file

@ -305,6 +305,7 @@ public static Process launch(
// Write params file (instead of CLI; Mustdie32 API can't handle command line > 32767 chars)
LogHelper.debug("Writing ClientLauncher params");
ClientLauncherContext context = new ClientLauncherContext();
clientStarted = false;
CommonHelper.newThread("Client params writter", true, () ->
{
try {