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

fix panic when pathfinding

This commit is contained in:
mat 2023-10-01 19:24:04 -05:00
parent 2606de9f4c
commit 37146f46f0

View file

@ -414,6 +414,8 @@ fn tick_execute_path(
}
}
}
break;
}
}
break;