mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-26 22:21:29 +01:00
use crafthead.net
This commit is contained in:
parent
a65abbae2b
commit
e2547a514a
@ -90,7 +90,7 @@ $(() => {
|
|||||||
};
|
};
|
||||||
head.className = "account_head";
|
head.className = "account_head";
|
||||||
head.alt = name + "'s head";
|
head.alt = name + "'s head";
|
||||||
head.src = "https://crafatar.com/avatars/" + id + "?overlay";
|
head.src = "https://crafthead.net/helm/" + id;
|
||||||
p.append(head);
|
p.append(head);
|
||||||
p.append(n);
|
p.append(n);
|
||||||
p.append(remove);
|
p.append(remove);
|
||||||
|
Loading…
Reference in New Issue
Block a user