We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5484f commit cd57b16Copy full SHA for cd57b16
1 file changed
HMCLCore/src/main/java/org/jackhuang/hmcl/auth/offline/Skin.java
@@ -167,7 +167,7 @@ public Task<LoadedSkin> load(String username) {
167
case LITTLE_SKIN:
168
case CUSTOM_SKIN_LOADER_API:
169
String realCslApi = type == Type.LITTLE_SKIN
170
- ? "https://littleskin.cn"
+ ? "https://littleskin.cn/csl"
171
: StringUtils.removeSuffix(Lang.requireNonNullElse(cslApi, ""), "/");
172
return Task.composeAsync(() -> new GetTask(new URL(String.format("%s/%s.json", realCslApi, username))))
173
.thenComposeAsync(json -> {
0 commit comments