From 2756eb419af2210eed3d0574e20a620918e4e577 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 22 Feb 2026 11:35:41 +0700 Subject: optimizations at high entity counts --- azalea-entity/src/plugin/components.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-entity/src/plugin/components.rs') 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` -- cgit v1.2.3