Skip to content

Commit

Permalink
QE: missing current standings on first strip in class fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek committed Oct 9, 2016
1 parent b28507c commit c8886a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ QVariantMap ReceiptsPlugin::receiptTablesData(int card_id)
bool dis = q.value("dis").toBool();
int time = q.value("timeMs").toInt();
if(!dis) {
if(time < checked_card.timeMs())
if(time <= checked_card.timeMs())
current_standings++;
}
competitors_finished++;
Expand Down

0 comments on commit c8886a6

Please sign in to comment.