From ee7358ebc2d3a033b48b3a97af4255e1efba9ef9 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 7 May 2026 01:42:52 -0330 Subject: correct shapes for blocks with random offsets --- azalea/src/entity_ref/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea') diff --git a/azalea/src/entity_ref/mod.rs b/azalea/src/entity_ref/mod.rs index db22f555..94d2fe0a 100644 --- a/azalea/src/entity_ref/mod.rs +++ b/azalea/src/entity_ref/mod.rs @@ -151,7 +151,8 @@ impl EntityRef { /// Look at this entity from the client that created the `EntityRef`. pub fn look_at(&self) -> AzaleaResult<()> { - Ok(self.client.look_at(self.eye_position()?)) + self.client.look_at(self.eye_position()?); + Ok(()) } /// Returns the distance between the client's feet position and this -- cgit v1.2.3