1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

fix flakey pathfinder tests by moving stop_pathfinding_on_instance_change to be before path_found_listener

This commit is contained in:
mat 2024-12-21 02:57:19 +00:00
parent 831e8c167f
commit 98e5efb577

View file

@ -84,8 +84,8 @@ impl Plugin for PathfinderPlugin {
(
goto_listener,
handle_tasks,
path_found_listener,
stop_pathfinding_on_instance_change,
path_found_listener,
handle_stop_pathfinding_event,
)
.chain()