From 695efef66fdf1e08f0cb6d8783c085875100fa2d Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 7 Oct 2022 20:09:47 -0500 Subject: remove jumping_once from az-client --- azalea-client/src/client.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index d5071787..d3363ff2 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -86,12 +86,6 @@ pub struct PhysicsState { pub move_direction: MoveDirection, pub forward_impulse: f32, pub left_impulse: f32, - - /// Whether we will jump next tick. This is purely to help with bots, - /// realistic clients should change the `jumping` field in the player entity. - /// - /// TODO: have a convenient way to change the `jumping` field in the player entity. - pub jumping_once: bool, } /// Whether we should ignore errors when decoding packets. -- cgit v1.2.3