There was an error while loading. Please reload this page.
1 parent c96236d commit 63eb0dbCopy full SHA for 63eb0db
1 file changed
proto/decentraland/sdk/components/avatar_modifier_area.proto
@@ -29,4 +29,5 @@ message PBAvatarModifierArea {
29
enum AvatarModifierType {
30
AMT_HIDE_AVATARS = 0; // avatars are invisible
31
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.
33
}
0 commit comments