mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Условие которое никогда не исполнится.
This commit is contained in:
parent
16fbab7bf5
commit
3d7c2f31ef
1 changed files with 0 additions and 2 deletions
|
@ -316,8 +316,6 @@ private static void launch(ClientProfile profile, Params params) throws Throwabl
|
|||
private static Thread writeParamsThread;
|
||||
|
||||
public static void setWriteParamsThread(Thread writeParamsThread) {
|
||||
if (ClientLauncher.writeParamsThread != null && ClientLauncher.writeParamsThread.isAlive())
|
||||
ClientLauncher.writeParamsThread.interrupt();
|
||||
ClientLauncher.writeParamsThread = writeParamsThread;
|
||||
ClientLauncher.writeParamsThread.start();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue