fix: ??? price for avatar sandbox retro items
This commit is contained in:
parent
416519dbec
commit
9350038f5c
1 changed files with 4 additions and 2 deletions
|
|
@ -611,8 +611,10 @@ async function LoadItems() {
|
|||
document.getElementById('inventory').classList.add('itemgrid')
|
||||
if (TabSelected !== 'outfit') {
|
||||
Items.assets.forEach(item => {
|
||||
if (item.price === null) {
|
||||
item.price = false
|
||||
if (TabSelected !== "retro") {
|
||||
if (item.price === null) {
|
||||
item.price = false
|
||||
}
|
||||
}
|
||||
|
||||
const Ribbon = ChooseRibbon(item)
|
||||
|
|
|
|||
Reference in a new issue