mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
[FIX] Исправлена возможная проблема с запуском лаунчера при смене режима отладки между запусками
This commit is contained in:
parent
376fa1b76e
commit
97e3327b89
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ public static Process launch(
|
||||||
// Write params file (instead of CLI; Mustdie32 API can't handle command line > 32767 chars)
|
// Write params file (instead of CLI; Mustdie32 API can't handle command line > 32767 chars)
|
||||||
LogHelper.debug("Writing ClientLauncher params");
|
LogHelper.debug("Writing ClientLauncher params");
|
||||||
ClientLauncherContext context = new ClientLauncherContext();
|
ClientLauncherContext context = new ClientLauncherContext();
|
||||||
|
clientStarted = false;
|
||||||
CommonHelper.newThread("Client params writter", true, () ->
|
CommonHelper.newThread("Client params writter", true, () ->
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue