Skip to content

Commit

Permalink
Ford Mustang GT3 (#279)
Browse files Browse the repository at this point in the history
* Change tyreSetCount

Change default value from 0 to 50

* Update cars.js to add car ID 36 (Ford Mustang GT3)

* Update CHANGELOG.md
  • Loading branch information
alotufo authored May 7, 2024
1 parent 014eb8e commit 6823ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.25.1
* makes majority of the entrylist fields optional [#278](https://github.com/assetto-corsa-web/accweb/pull/278)
* sorting nationalities, tracks and cars lists
* New car - Ford Mustang GT3 [#279](https://github.com/assetto-corsa-web/accweb/pull/279)

## 1.25.0
* html adjustments on server password [#273](https://github.com/assetto-corsa-web/accweb/pull/273)
Expand Down
1 change: 1 addition & 0 deletions public/src/data/cars.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const cars = {
"33": {id: 33, model: "Lamborghini Huracan Evo2", brand: "lamborghini"},
"34": {id: 34, model: "Porsche 992 GT3 R", brand: "porsche"},
"35": {id: 35, model: "McLaren 720S GT3 Evo (2023)", brand: "mclaren"},
"36": {id: 36, model: "Ford Mustang GT3", brand: "ford"},
"50": {id: 50, model: "Alpine A110 GT4", brand: "alpine"},
"51": {id: 51, model: "AMR V8 Vantage GT4", brand: "amr"},
"52": {id: 52, model: "Audi R8 LMS GT4", brand: "audi"},
Expand Down

0 comments on commit 6823ac2

Please sign in to comment.