diff --git a/resource/vehicleProperties/client.lua b/resource/vehicleProperties/client.lua index e09a80d..53fffd1 100644 --- a/resource/vehicleProperties/client.lua +++ b/resource/vehicleProperties/client.lua @@ -298,7 +298,7 @@ function lib.setVehicleProperties(vehicle, props, fixVehicle) local pearlescentColor, wheelColor = GetVehicleExtraColours(vehicle) SetVehicleModKit(vehicle, 0) - SetVehicleAutoRepairDisabled(vehicle, true) + -- SetVehicleAutoRepairDisabled(vehicle, true) if props.extras then for id, disable in pairs(props.extras) do