feat: change mii.spfn.net to mii-server.cubexmine.dev

This commit is contained in:
kittentm 2026-04-09 19:26:37 +02:00
commit e38e935c7c
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91

View file

@ -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"
}