1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

Merge branch 'main' into pathfinding

This commit is contained in:
mat 2022-10-07 20:11:18 -05:00
commit 0b3e34946c

View file

@ -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.