We added some new vehicles to our vehicles.lua that starts with numbers. Example :
```204sA85 = {
name = '204 S A85',
brand = '204',
model = '204',
price = 80000,
category = 'sports',
hash = 204sA85,
}
When we do this it breaks the framework. We can't change much as these are locked vehicles. We are switching away from qbcore and didn't have this issue there.
Is there a work around this?