diff --git a/js/account/avatar-sandbox.js b/js/account/avatar-sandbox.js index 19a6d50..4998168 100644 --- a/js/account/avatar-sandbox.js +++ b/js/account/avatar-sandbox.js @@ -562,7 +562,9 @@ async function LoadItems() { id: 1, name: "Polytoria" } - item.asset = 'https://poly-upd-archival.pages.dev/glb/' + item.id + '.glb' + if (item.asset === undefined) { + item.asset = 'https://poly-upd-archival.pages.dev/glb/' + item.id + '.glb' + } item.id = item.id*-1 item.ribbon = 'retro' ItemCache[item.id] = item