Skip to content

Commit 421385c

Browse files
authored
added avatar_target param in movePlayerTo
Signed-off-by: Pravus <[email protected]>
1 parent b3fea33 commit 421385c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: proto/decentraland/kernel/apis/restricted_actions.proto

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import "decentraland/common/vectors.proto";
66
message MovePlayerToRequest {
77
decentraland.common.Vector3 new_relative_position = 1;
88
optional decentraland.common.Vector3 camera_target = 2;
9+
optional decentraland.common.Vector3 avatar_target = 3;
910
}
1011

1112
message TeleportToRequest {

0 commit comments

Comments
 (0)