From abfacee33c8bb11d465b25751e222112ac247c54 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Wed, 13 Sep 2023 00:13:05 +1000 Subject: [PATCH] refactor(client/vehicleProperties): disable SetVehicleAutoRepairDisabled People can just call this themselves. Sick of complaints about extras. --- resource/vehicleProperties/client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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