diff --git a/fxmanifest.lua b/fxmanifest.lua index 23fe3a1..6722f11 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -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.' diff --git a/resource/vehicleProperties/client.lua b/resource/vehicleProperties/client.lua index c4dd5b5..0e4a85d 100644 --- a/resource/vehicleProperties/client.lua +++ b/resource/vehicleProperties/client.lua @@ -487,4 +487,6 @@ function lib.setVehicleProperties(vehicle, props) if props.modLightbar then SetVehicleMod(vehicle, 49, props.modLightbar, false) end + + return true end