mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
[FIX] Нужные для своего paramsHandler поля -> public.
This commit is contained in:
parent
bb6e635836
commit
331bb42822
1 changed files with 3 additions and 3 deletions
|
@ -311,9 +311,9 @@ private static void launch(ClientProfile profile, Params params) throws Throwabl
|
||||||
mainMethod.invokeWithArguments((Object)args.toArray(new String[0]));
|
mainMethod.invokeWithArguments((Object)args.toArray(new String[0]));
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Process process = null;
|
public static Process process = null;
|
||||||
private static boolean clientStarted = false;
|
public static boolean clientStarted = false;
|
||||||
private static Thread writeParamsThread;
|
public static Thread writeParamsThread;
|
||||||
public static PlayerProfile playerProfile;
|
public static PlayerProfile playerProfile;
|
||||||
|
|
||||||
@LauncherAPI
|
@LauncherAPI
|
||||||
|
|
Loading…
Reference in a new issue