mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-09 20:06:39 -04: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) {
|
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(
|
Map<String, Object> textureResponse = mapOf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user