Skip to content

Commit

Permalink
fix broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Oct 3, 2023
1 parent 0691373 commit e847f46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azalea-client/src/movement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ pub struct LastSentLookDirection {
}

/// Component for entities that can move and sprint. Usually only in
/// [`LocalPlayer`] entities.
/// [`LocalEntity`]s.
///
/// [`LocalEntity`]: azalea_entity::LocalEntity
#[derive(Default, Component, Clone)]
pub struct PhysicsState {
/// Minecraft only sends a movement packet either after 20 ticks or if the
Expand Down

0 comments on commit e847f46

Please sign in to comment.