refactor(client/vehicleProperties): disable SetVehicleAutoRepairDisabled

People can just call this themselves.
Sick of complaints about extras.
This commit is contained in:
Linden
2023-09-13 00:13:05 +10:00
parent 3c0136afd8
commit abfacee33c

View File

@@ -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