From d01fed21fe0f3afbec8852c3ca4aa7271e03ec7e Mon Sep 17 00:00:00 2001 From: Index Date: Mon, 22 Jul 2024 08:45:58 -0500 Subject: [PATCH] feat: avatar sandbox remove accessory type tags --- js/account/avatar-sandbox.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/js/account/avatar-sandbox.js b/js/account/avatar-sandbox.js index ea76940..6bdfedf 100644 --- a/js/account/avatar-sandbox.js +++ b/js/account/avatar-sandbox.js @@ -623,11 +623,6 @@ async function LoadItems() { ${ (Ribbon !== null) ? Ribbon : '' }
- ${ (item.type === 'hat' && Ribbon === null) ? ` - - ${CleanAccessoryType(item.accessoryType)} - - ` : ''}
@@ -866,11 +861,6 @@ function LoadWearing() { ${ (Ribbon !== null) ? Ribbon : '' }
- ${ (Cached.type === 'hat' && Ribbon === null) ? ` - - ${CleanAccessoryType(Cached.accessoryType)} - - ` : ''}