Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.20.5 #127

Merged
merged 16 commits into from
Apr 23, 2024
Prev Previous commit
Next Next commit
make recalculate_near_end_of_path public
so other plugins can do .after(recalculate_near_end_of_path)
  • Loading branch information
mat-1 committed Feb 26, 2024
commit 737af37c19377fc86fd8e1cb6e5c7b835508b25c
2 changes: 1 addition & 1 deletion azalea/src/pathfinder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ fn check_for_path_obstruction(
}
}

fn recalculate_near_end_of_path(
pub fn recalculate_near_end_of_path(
mut query: Query<(Entity, &mut Pathfinder, &mut ExecutingPath)>,
mut walk_events: EventWriter<StartWalkEvent>,
mut goto_events: EventWriter<GotoEvent>,
Expand Down