fix: avatar sandbox retro item tools
This commit is contained in:
parent
7825c45431
commit
57e9c7a289
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue