fix: correct inverted logic in prepare_paths - entities without paths were being skipped
The condition 'if ambulatory.current_path.is_none() || pending_async.is_some()' was backwards. It should skip entities that ALREADY have a path, not entities WITHOUT a path. Fixed to properly skip entities with existing paths or pending async tasks.
This commit is contained in:
+1
-17692
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user