Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proto/decentraland/kernel/comms/rfc4/comms.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ message Movement {
float movement_blend_value = 8;
float slide_blend_value = 9;
bool is_grounded = 10;
bool is_jumping = 11;
int32 jump_count = 11;
bool is_long_jump = 12;
bool is_long_fall = 13;
bool is_falling = 14;
Expand Down
Loading