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:
commit
0b3e34946c
1 changed files with 0 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue