Skip to content

Commit 98bdb11

Browse files
committed
switch to mc-heads avatars
1 parent e4d2cb9 commit 98bdb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/vc/api/model/ProfileData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default String getNameMCLink() {
1313
}
1414

1515
default String getAvatarURL() {
16-
return String.format("https://api.mineatar.io/body/full/%s", uuid());
16+
return String.format("https://mc-heads.net/body/%s", uuid());
1717
}
1818

1919
default String getHeadURL() {

0 commit comments

Comments
 (0)