diff options
| author | mat <git@matdoes.dev> | 2023-10-01 17:38:21 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-01 17:38:21 -0500 |
| commit | 8b65d7c95e9bc4290ff1a6f5ae1de6fc71ef03d4 (patch) | |
| tree | cb53dc7d2721c8e0e2de8d3a1ed42427886d0215 /azalea/src/pathfinder/astar.rs | |
| parent | befa33a87950b6d0f3364cb4fe603f6d84bf4b8f (diff) | |
| download | azalea-drasl-8b65d7c95e9bc4290ff1a6f5ae1de6fc71ef03d4.tar.xz | |
pathfinder parkour tests and fix some parkour issues
Diffstat (limited to 'azalea/src/pathfinder/astar.rs')
| -rw-r--r-- | azalea/src/pathfinder/astar.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea/src/pathfinder/astar.rs b/azalea/src/pathfinder/astar.rs index e5542531..505b09c0 100644 --- a/azalea/src/pathfinder/astar.rs +++ b/azalea/src/pathfinder/astar.rs @@ -122,7 +122,6 @@ where for node in best_paths.iter() { if node != start { - println!("chose best node {:?}", node); return *node; } } |
