use crafthead.net

This commit is contained in:
creeper123123321 2021-01-02 14:00:43 -03:00 committed by GitHub
parent a65abbae2b
commit e2547a514a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);