From 544ea6ad46d7f4d621104a9063dbbe1c85284111 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 18 Jan 2026 19:18:58 -0530 Subject: delay initialization of cached_mining_costs in pathfinder --- azalea/src/pathfinder/execute/simulation.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea/src/pathfinder/execute') diff --git a/azalea/src/pathfinder/execute/simulation.rs b/azalea/src/pathfinder/execute/simulation.rs index 8d884327..a002df4d 100644 --- a/azalea/src/pathfinder/execute/simulation.rs +++ b/azalea/src/pathfinder/execute/simulation.rs @@ -149,6 +149,7 @@ pub fn tick_execute_path( Cow::Borrowed(simulating_path_state) } else { let start = Instant::now(); + let new_state = run_simulations( &executing_path, world_holder, -- cgit v1.2.3