Skip to content

Commit

Permalink
Fix missing OSD stats
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Oct 27, 2023
1 parent 244819e commit b5bc9df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2029,6 +2029,9 @@ OSD.chooseFields = function() {
OSD.constants.STATISTIC_FIELDS = OSD.constants.STATISTIC_FIELDS.concat([
F.STAT_BEST_3_CONSEC_LAPS,
F.STAT_BEST_LAP,
F.STAT_FULL_THROTTLE_TIME,
F.STAT_FULL_THROTTLE_COUNTER,
F.STAT_AVG_THROTTLE,
]);
}

Expand Down

0 comments on commit b5bc9df

Please sign in to comment.