update avatar deco showBelow

This commit is contained in:
fly_mc 2024-11-19 00:20:55 +08:00
parent df398ce63a
commit 5923a7f360

View file

@ -487,6 +487,7 @@ export class UserEntityService implements OnModuleInit {
flipH: ud.flipH || undefined,
offsetX: ud.offsetX || undefined,
offsetY: ud.offsetY || undefined,
showBelow: ud.showBelow || undefined,
url: decorations.find(d => d.id === ud.id)!.url,
})))
: [];