aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder/debug.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src/pathfinder/debug.rs')
-rw-r--r--azalea/src/pathfinder/debug.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/pathfinder/debug.rs b/azalea/src/pathfinder/debug.rs
index f8dc1193..25f82946 100644
--- a/azalea/src/pathfinder/debug.rs
+++ b/azalea/src/pathfinder/debug.rs
@@ -22,7 +22,7 @@ use super::ExecutingPath;
/// match event {
/// azalea::Event::Init => {
/// bot.ecs
-/// .lock()
+/// .write()
/// .entity_mut(bot.entity)
/// .insert(PathfinderDebugParticles);
/// }