Skip to content

Commit

Permalink
ACC: ps5|crossplay
Browse files Browse the repository at this point in the history
  • Loading branch information
mauserrifle committed Mar 26, 2024
1 parent affe4eb commit 88b0933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Simresults/Data/Reader/AssettoCorsaCompetizione.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ protected function readSessions()
// BMW M4 GT3 (30) becomes Lamborghini Huracan Supertrofeo Evo2 (29)
$carsWithConsoleFixes[30] = $this->cars[29];
}
if (preg_match('/ps5/i', $serverName)) {
if (preg_match('/(ps5|crossplay)/i', $serverName)) {
$carsWithConsoleFixes = $this->carsPs5;
}

Expand Down

0 comments on commit 88b0933

Please sign in to comment.