diff options
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/movement.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/azalea-client/src/movement.rs b/azalea-client/src/movement.rs index ad26f49c..919be0e6 100644 --- a/azalea-client/src/movement.rs +++ b/azalea-client/src/movement.rs @@ -53,7 +53,9 @@ impl Plugin for PlayerMovePlugin { .add_systems( FixedUpdate, ( - local_player_ai_step.in_set(PhysicsSet), + local_player_ai_step + .in_set(PhysicsSet) + .before(azalea_physics::ai_step), send_position.after(update_in_loaded_chunk), ) .chain(), |
