aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src/plugin/components.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity/src/plugin/components.rs')
-rw-r--r--azalea-entity/src/plugin/components.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-entity/src/plugin/components.rs b/azalea-entity/src/plugin/components.rs
index 4698a808..eaeeb0d0 100644
--- a/azalea-entity/src/plugin/components.rs
+++ b/azalea-entity/src/plugin/components.rs
@@ -94,8 +94,8 @@ pub struct OnClimbable(bool);
/// A component that indicates whether the player is currently sneaking.
///
-/// If the entity isn't a local player, then this is just a shortcut for
-/// checking if the [`Pose`] is `Crouching`.
+/// If the entity is a player but isn't a local player, then this is just a
+/// shortcut for checking if the [`Pose`] is `Crouching`.
///
/// If you need to modify this value, use
/// `azalea_client::PhysicsState::trying_to_crouch` or `Client::set_crouching`