# v2.2.8 (/advanced-garages/changelog/v2.2.8)



<Callout type="warn">
  Due to the number of files changed, we highly recommend a full reinstall of the script to ensure everything works smoothly!
</Callout>

## Fixes & Improvements [#fixes--improvements]

* Spawning defaults to not using `CreateVehicleServerSetter`
* Teleporting when spawning removed unless required by distance and spawning method
* Pulling out a vehicle should take significantly less time than before
* /vplate updates the vehicle props/mods to prevent plate inconsistencies
* `ShowHouseGarage` export compatibility with sea & air garages
* Create private garage menu can now create and edit sea & air garages
* Preventing saving of vehicle and body damage of nil or \< 0
* JG Mechanic integration

## Config options [#config-options]

```diff
+ `Config.UseCreateVehicleServerSetter = false`
- `Config.DisableServerVehicleSpawning = true`
```

## Locales [#locales]

```diff
+ vehicleNeedsService = "Needs Service",
+ type = "Type",
```

## Changed Files [#changed-files]

* client/cl-gang-garage.lua
* client/cl-garage.lua
* client/cl-impound.lua
* client/cl-job-garage.lua
* client/cl-main.lua
* client/cl-private-garage.lua
* config.lua
* framework/cl-functions.lua
* framework/sv-functions.lua
* locales/cn.lua
* locales/cs.lua
* locales/da.lua
* locales/de.lua
* locales/en.lua
* locales/es.lua
* locales/fi.lua
* locales/hu.lua
* locales/it.lua
* locales/lt.lua
* locales/nl.lua
* locales/pt.lua
* locales/sv.lua
* locales/vi.lua
* server/sv-gang-garage.lua
* server/sv-garage.lua
* server/sv-job-garage.lua
* server/sv-main.lua
* server/sv-private-garage.lua
* server/sv-vehicle.lua
* fxmanifest.lua
* web (entire folder)
