Фикс скинов

This commit is contained in:
Gravit 2019-01-10 00:34:54 +07:00
parent 38f26ef793
commit 7f4c1e0dbf
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -176,9 +176,13 @@ public void write(HOutput output) throws IOException {
private static PublicURLClassLoader classLoader;
public static class ClientUserProperties
{
@LauncherAPI
String[] skinURL;
@LauncherAPI
String[] skinDigest;
@LauncherAPI
String[] cloakURL;
@LauncherAPI
String[] cloakDigest;
}
private static void addClientArgs(Collection<String> args, ClientProfile profile, Params params) {