Function send_sprinting_if_needed

Source
pub fn send_sprinting_if_needed(
    query: Query<'_, '_, (Entity, &MinecraftEntityId, &Sprinting, &mut PhysicsState)>,
    commands: Commands<'_, '_>,
)