forked from spacebar/SplatNet
fix: mii renderer
This commit is contained in:
parent
9e73da3e3f
commit
8531693c2e
4 changed files with 4 additions and 4 deletions
|
|
@ -124,7 +124,7 @@ window.loadHeader(async function(headerContainer) {
|
|||
const parsedName = miiBlob ? extractMiiName(miiBlob) : null;
|
||||
const name = parsedName || (finalData.mii && finalData.mii.name) || finalData.nickname || finalData.user_id || finalData.mii_name || "User";
|
||||
|
||||
const miiImgUrl = miiBlob ? `https://mii-renderer.spfn.net/miis/image.png?data=${encodeURIComponent(miiBlob)}&type=face&width=270` : "";
|
||||
const miiImgUrl = miiBlob ? `https://mii-renderer.bloxerhd.co.uk/miis/image.png?data=${encodeURIComponent(miiBlob)}&type=face&width=270` : "";
|
||||
|
||||
const sidebarName = document.getElementById('mii-name');
|
||||
const sidebarImg = document.getElementById('mii-img');
|
||||
|
|
|
|||
Loading…
Reference in a new issue