mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
Фикс скинов
This commit is contained in:
parent
38f26ef793
commit
7f4c1e0dbf
1 changed files with 4 additions and 0 deletions
|
@ -176,9 +176,13 @@ public void write(HOutput output) throws IOException {
|
||||||
private static PublicURLClassLoader classLoader;
|
private static PublicURLClassLoader classLoader;
|
||||||
public static class ClientUserProperties
|
public static class ClientUserProperties
|
||||||
{
|
{
|
||||||
|
@LauncherAPI
|
||||||
String[] skinURL;
|
String[] skinURL;
|
||||||
|
@LauncherAPI
|
||||||
String[] skinDigest;
|
String[] skinDigest;
|
||||||
|
@LauncherAPI
|
||||||
String[] cloakURL;
|
String[] cloakURL;
|
||||||
|
@LauncherAPI
|
||||||
String[] cloakDigest;
|
String[] cloakDigest;
|
||||||
}
|
}
|
||||||
private static void addClientArgs(Collection<String> args, ClientProfile profile, Params params) {
|
private static void addClientArgs(Collection<String> args, ClientProfile profile, Params params) {
|
||||||
|
|
Loading…
Reference in a new issue