diff options
Diffstat (limited to 'azalea-physics/src')
| -rw-r--r-- | azalea-physics/src/local_player.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-physics/src/local_player.rs b/azalea-physics/src/local_player.rs index 6ce196b6..f36e7ede 100644 --- a/azalea-physics/src/local_player.rs +++ b/azalea-physics/src/local_player.rs @@ -23,7 +23,8 @@ pub struct PhysicsState { /// how the nametags of other entities are displayed. /// /// To check whether we're actually sneaking, you can check the - /// [`Crouching`] or [`Pose`] components. + /// [`Crouching`](azalea_entity::Crouching) or [`Pose`](azalea_entity::Pose) + /// components. pub trying_to_crouch: bool, pub move_direction: WalkDirection, |
