From 6e1ca47be65528d0666747e20c37693f423458e8 Mon Sep 17 00:00:00 2001 From: Index Date: Sat, 20 Jul 2024 13:14:50 -0500 Subject: [PATCH] feat: avatar sandbox name/accessory type parity --- js/account/avatar-sandbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/account/avatar-sandbox.js b/js/account/avatar-sandbox.js index 1f711e0..0902d01 100644 --- a/js/account/avatar-sandbox.js +++ b/js/account/avatar-sandbox.js @@ -625,7 +625,7 @@ async function LoadItems() {
${item.name}
- by ${ (["hat", "tool", "face", "torso"].indexOf(item.type) !== -1) ? 'Polytoria' : item.creator.name } + ${ (item.creator.id || 1) === 1 ? (item.accessoryType !== undefined ? CleanAccessoryType(item.accessoryType) : item.type.substring(0, 1).toUpperCase()+item.type.substring(1)) : `by ${item.creator.name || "-"}` }