mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-24 22:01:49 +01:00
use crafthead.net
This commit is contained in:
parent
a65abbae2b
commit
e2547a514a
@ -90,7 +90,7 @@ $(() => {
|
||||
};
|
||||
head.className = "account_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(n);
|
||||
p.append(remove);
|
||||
|
Loading…
Reference in New Issue
Block a user