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 || "-"}` }