pub fn check_for_path_obstruction(
query: Query<'_, '_, (Entity, &mut Pathfinder, &mut ExecutingPath, &WorldName, &Inventory, Option<&CustomPathfinderState>)>,
worlds: Res<'_, Worlds>,
)pub fn check_for_path_obstruction(
query: Query<'_, '_, (Entity, &mut Pathfinder, &mut ExecutingPath, &WorldName, &Inventory, Option<&CustomPathfinderState>)>,
worlds: Res<'_, Worlds>,
)