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:
parent
831e8c167f
commit
98e5efb577
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue