We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not much to tell otherwise than the title already does.
Lap 1: valid 2:25.000 Lap 2: invalid 2:23.500
Lap 2 becomes bestLap, although invalid.
So this variable should only be updated if the lap is flagged valid.
The text was updated successfully, but these errors were encountered:
I made some changes to check for valid laps in a more strict way.. lets see
Sorry, something went wrong.
Tested this one quickly just now. The bestlap variable seems to update still even with invalid laps driven.
The log shows :
New laptime: 138320 for carId 1162 with lapstates: HasCut, (raw 1)`
New
Flags do not appear to be right on my end, as for this car it shows flags : 0 in the jsondata
No branches or pull requests
Not much to tell otherwise than the title already does.
Lap 1: valid 2:25.000
Lap 2: invalid 2:23.500
Lap 2 becomes bestLap, although invalid.
So this variable should only be updated if the lap is flagged valid.
The text was updated successfully, but these errors were encountered: