pub fn path_found_listener(
events: EventReader<'_, '_, PathFoundEvent>,
query: Query<'_, '_, (&mut Pathfinder, Option<&mut ExecutingPath>, &InstanceName, &Inventory)>,
instance_container: Res<'_, InstanceContainer>,
commands: Commands<'_, '_>,
)