aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder/execute/simulation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src/pathfinder/execute/simulation.rs')
-rw-r--r--azalea/src/pathfinder/execute/simulation.rs1
1 files changed, 1 insertions, 0 deletions
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,