mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-02-07 13:11:07 -05:00
UpdateSlicedFindPath may return InProgress status when pathfinding requires more iterations. Previously the code would only call it once and continue regardless of status, causing incomplete paths in complex scenarios. Now loops until pathfinding completes or fails.