mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +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;
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue