Skip to content

Commit

Permalink
tweak(vehicleProperties): return true on success
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jun 19, 2022
1 parent 130ea5d commit b1056c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

Expand Down
2 changes: 2 additions & 0 deletions resource/vehicleProperties/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -487,4 +487,6 @@ function lib.setVehicleProperties(vehicle, props)
if props.modLightbar then
SetVehicleMod(vehicle, 49, props.modLightbar, false)
end

return true
end

0 comments on commit b1056c1

Please sign in to comment.