From 7ab3b8924f64f7eadb6b8928b6fae73cb06e4c2f Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 28 Dec 2025 14:31:41 +0500 Subject: move Event and auto_reconnect to the azalea crate --- azalea/src/client_impl/movement.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src/client_impl/movement.rs') diff --git a/azalea/src/client_impl/movement.rs b/azalea/src/client_impl/movement.rs index 08624263..b47da9a7 100644 --- a/azalea/src/client_impl/movement.rs +++ b/azalea/src/client_impl/movement.rs @@ -28,7 +28,7 @@ impl Client { /// Whether the client is currently trying to sneak. /// - /// You may want to check the [`Pose`] instead. + /// You may want to check the [`Pose`](azalea_entity::Pose) instead. pub fn crouching(&self) -> bool { self.query_self::<&PhysicsState, _>(|p| p.trying_to_crouch) } -- cgit v1.2.3