[FIX] Нужные для своего paramsHandler поля -> public.

This commit is contained in:
Zaxar163 2019-10-07 17:46:39 +02:00
parent bb6e635836
commit 331bb42822
No known key found for this signature in database
GPG key ID: 1FE4F2E1F053831B

View file

@ -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