diff --git a/proto/decentraland/kernel/comms/rfc4/comms.proto b/proto/decentraland/kernel/comms/rfc4/comms.proto index d6f402d0..e11fe9f1 100644 --- a/proto/decentraland/kernel/comms/rfc4/comms.proto +++ b/proto/decentraland/kernel/comms/rfc4/comms.proto @@ -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;