Skip to content

Commit 63eb0db

Browse files
authored
feat: add AMT_HIDE_NAMETAGS modifier (#427)
1 parent c96236d commit 63eb0db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

proto/decentraland/sdk/components/avatar_modifier_area.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ message PBAvatarModifierArea {
2929
enum AvatarModifierType {
3030
AMT_HIDE_AVATARS = 0; // avatars are invisible
3131
AMT_DISABLE_PASSPORTS = 1; // selecting (e.g. clicking) an avatar will not bring up their profile.
32+
AMT_HIDE_NAMETAGS = 2; // the name tag displayed above an avatar is hidden.
3233
}

0 commit comments

Comments
 (0)