Skip to content

Commit

Permalink
issue 304: remove e-ray from CAM
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn248 committed Sep 12, 2024
1 parent 82c7a9c commit 35bca0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ const allSoloCars = {
'2013': ['bs', 'sst', 'ssr', 'ssp', 'cams', 'xp', 'ssm'],
},
'Corvette E-Ray': {
'2024': ['ss', 'ssr', 'ssp', 'cams', 'xp', 'xu', 'ssm'],
'2024': ['ss', 'ssr', 'ssp', 'xp', 'xu', 'ssm'],
},
'Corvette Grand Sport': {
'2010': ['as', 'sst', 'ssr', 'ssp', 'cams', 'xp', 'ssm'],
Expand Down
2 changes: 1 addition & 1 deletion templates/common.js.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ const allSoloCars = {
'2013': ['bs', 'sst', 'ssr', 'ssp', 'cams', 'xp', 'ssm'],
},
'Corvette E-Ray': {
'2024': ['ss', 'ssr', 'ssp', 'cams', 'xp', 'xu', 'ssm'],
'2024': ['ss', 'ssr', 'ssp', 'xp', 'xu', 'ssm'],
},
'Corvette Grand Sport': {
'2010': ['as', 'sst', 'ssr', 'ssp', 'cams', 'xp', 'ssm'],
Expand Down

0 comments on commit 35bca0f

Please sign in to comment.