mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2024-11-21 03:10:58 +08:00
fix: misused skin texture as cape texture. Closes #1106.
This commit is contained in:
parent
365ae0ef8c
commit
f01c0408e1
@ -175,7 +175,7 @@ public class YggdrasilServer extends HttpServer {
|
||||
}
|
||||
}
|
||||
if (skin != null && skin.getCape() != null) {
|
||||
realTextures.put("CAPE", mapOf(pair("url", rootUrl + "/textures/" + skin.getSkin().getHash())));
|
||||
realTextures.put("CAPE", mapOf(pair("url", rootUrl + "/textures/" + skin.getCape().getHash())));
|
||||
}
|
||||
|
||||
Map<String, Object> textureResponse = mapOf(
|
||||
|
Loading…
Reference in New Issue
Block a user