Merge branch 'javafx' of https://github.com/huanghongxun/HMCL into javafx

This commit is contained in:
huanghongxun
2019-02-10 10:51:39 +08:00
3 changed files with 6 additions and 177 deletions

View File

@@ -115,7 +115,7 @@ public class AuthlibInjectorAccount extends YggdrasilAccount {
return new Arguments().addJVMArguments(
"-javaagent:" + artifact.getLocation().toString() + "=" + server.getUrl(),
"-Dauthlibinjector.side=client",
"-Dorg.to2mbn.authlibinjector.config.prefetched=" + Base64.getEncoder().encodeToString(prefetchedMeta.getBytes(UTF_8)));
"-Dauthlibinjector.yggdrasil.prefetched=" + Base64.getEncoder().encodeToString(prefetchedMeta.getBytes(UTF_8)));
}
@Override

View File

@@ -127,7 +127,7 @@ public class AuthlibInjectorDownloader implements AuthlibInjectorArtifactProvide
}
}
private class AuthlibInjectorVersionInfo {
private static class AuthlibInjectorVersionInfo {
@SerializedName("build_number")
public int buildNumber;