Skip to content

Commit

Permalink
issue-334 fix WRX classing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn248 committed Jan 11, 2025
1 parent 9ac2cd0 commit 7f28b49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -7619,10 +7619,10 @@ const allSoloCars = {
'2021': ['ds', 'bst', 'xp', 'fp', 'xa', 'sm'],
},
'WRX TR': {
'2024': ['ds', 'xp', 'fp', 'xa', 'sm'],
'2024': ['ds', 'gst', 'xp', 'fp', 'xa', 'sm'],
},
'WRX tS': {
'2025': ['ds', 'xp', 'fp', 'xa', 'sm'],
'2025': ['ds', 'gst', 'xp', 'fp', 'xa', 'sm'],
},
},
'Sunbeam': {
Expand Down
4 changes: 2 additions & 2 deletions templates/common.js.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7562,10 +7562,10 @@ const allSoloCars = {
'2021': ['ds', 'bst', 'xp', 'fp', 'xa', 'sm'],
},
'WRX TR': {
'2024': ['ds', 'xp', 'fp', 'xa', 'sm'],
'2024': ['ds', 'gst', 'xp', 'fp', 'xa', 'sm'],
},
'WRX tS': {
'2025': ['ds', 'xp', 'fp', 'xa', 'sm'],
'2025': ['ds', 'gst', 'xp', 'fp', 'xa', 'sm'],
},
},
'Sunbeam': {
Expand Down

0 comments on commit 7f28b49

Please sign in to comment.