tweak(vehicleProperties): return true on success

This commit is contained in:
Linden
2022-06-19 14:06:59 +10:00
parent 130ea5d17e
commit b1056c1246
2 changed files with 3 additions and 1 deletions

View File

@@ -487,4 +487,6 @@ function lib.setVehicleProperties(vehicle, props)
if props.modLightbar then
SetVehicleMod(vehicle, 49, props.modLightbar, false)
end
return true
end