From 03cc28d8e71ed969b21a0824a93dd8e2671e3178 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 12 Nov 2023 17:13:43 -0600 Subject: improve docs a bit --- azalea/src/pathfinder/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src') diff --git a/azalea/src/pathfinder/mod.rs b/azalea/src/pathfinder/mod.rs index 5763f379..c7f05eae 100644 --- a/azalea/src/pathfinder/mod.rs +++ b/azalea/src/pathfinder/mod.rs @@ -58,9 +58,9 @@ impl Plugin for PathfinderPlugin { .add_event::() .add_event::() .add_systems( - FixedUpdate, // putting systems in the FixedUpdate schedule makes them run every Minecraft tick // (every 50 milliseconds). + FixedUpdate, ( timeout_movement, check_node_reached, -- cgit v1.2.3