From 35bca0fc63c71fe4cffc029c4e891ca2e01669fd Mon Sep 17 00:00:00 2001 From: Bjorn Stange Date: Wed, 11 Sep 2024 20:11:31 -0400 Subject: [PATCH] issue 304: remove e-ray from CAM --- src/common.js | 2 +- templates/common.js.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.js b/src/common.js index 702dae8..f9bf100 100644 --- a/src/common.js +++ b/src/common.js @@ -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'], diff --git a/templates/common.js.tmpl b/templates/common.js.tmpl index 40bd777..08255fe 100644 --- a/templates/common.js.tmpl +++ b/templates/common.js.tmpl @@ -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'],