From 7d0c7553fd5a0210285a51a65c10f898f641a0cc Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 30 Oct 2025 19:50:37 +0100 Subject: Remove unnecessary MoveEntityError and MovePlayerError types and other cleanup --- azalea-physics/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-physics/src/lib.rs') diff --git a/azalea-physics/src/lib.rs b/azalea-physics/src/lib.rs index ad4626fb..b993a7b5 100644 --- a/azalea-physics/src/lib.rs +++ b/azalea-physics/src/lib.rs @@ -408,7 +408,7 @@ fn handle_relative_friction_and_calculate_movement(ctx: &mut MoveCtx, block_fric ctx.pose, ); - move_colliding(ctx, ctx.physics.velocity).expect("Entity should exist"); + move_colliding(ctx, ctx.physics.velocity); // let delta_movement = entity.delta; // ladders // if ((entity.horizontalCollision || entity.jumping) && (entity.onClimbable() -- cgit v1.2.3