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

@@ -23,7 +23,7 @@ game 'gta5'
--[[ Resource Information ]]--
name 'ox_lib'
author 'Linden'
version '2.5.1'
version '2.5.2'
repository 'https://github.com/overextended/ox_lib'
description 'A library of shared functions to utilise in other resources.'

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