Skip to content

Commit

Permalink
RaceRoomServer: Extra date criteria for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mauserrifle committed Mar 5, 2024
1 parent cc5489b commit d5d78df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Simresults/Data/Reader/RaceRoomServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ protected function readSessions()
}

// But only when the log is not of a newer type
if (!$has_other) {
if (!$has_other OR $date->getTimestamp() < strtotime('2024-01-01')) {
continue;
}
}
Expand Down

0 comments on commit d5d78df

Please sign in to comment.