forked from spacebar/SplatNet
feat: change mii.spfn.net to mii-server.cubexmine.dev
This commit is contained in:
parent
0b8e510403
commit
e38e935c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ window.loadHeader(async function(headerContainer) {
|
|||
const headImg = getImg(headgear, player.headgear, 'headgear');
|
||||
const clothesImg = getImg(clothing, player.clothes, 'clothing');
|
||||
const shoesImg = getImg(shoes, player.shoes, 'shoes');
|
||||
let miiImgUrl = `https://mii.spfn.net/${player.PId}/main.png`;
|
||||
let miiImgUrl = `https://mii-server.cubexmine.dev/${player.PId}/main.png`;
|
||||
if (String(player.PId) === "1582814308") {
|
||||
miiImgUrl = "/assets/faceimg.png"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue