Skip to content

Commit 7433b10

Browse files
authored
fix emote typo (#188)
fix typo
1 parent a4aa069 commit 7433b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/decentraland/sdk/components/avatar_equipped_data.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ option (common.ecs_component_id) = 1091;
99
// data.
1010
message PBAvatarEquippedData {
1111
repeated string wearable_urns = 1;
12-
repeated string emotes_urns = 2;
12+
repeated string emote_urns = 2;
1313
}

0 commit comments

Comments
 (0)