Skip to content

Commit

Permalink
Merge pull request #201 from pbulsink/old-ff1-fix
Browse files Browse the repository at this point in the history
Update load_driver_telemetry.R
  • Loading branch information
pbulsink committed Nov 10, 2023
2 parents cbc0ebb + adcc419 commit 29ada65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/load_driver_telemetry.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ load_driver_telemetry <- function(season = get_current_season(), round = 1, sess
)

if (get_fastf1_version() < 3) {
add_v3_option <- ".add_driver_ahead()"
} else {
add_v3_option <- ""
} else {
add_v3_option <- ".add_driver_ahead()"
}

if (laps == "fastest") {
Expand Down

0 comments on commit 29ada65

Please sign in to comment.