diff --git a/client/functions.lua b/client/functions.lua index a929b5a..c11c1ab 100644 --- a/client/functions.lua +++ b/client/functions.lua @@ -450,7 +450,7 @@ function QBCore.Functions.GetVehicleProperties(vehicle) end local modLivery = GetVehicleMod(vehicle, 48) - if GetVehicleMod(vehicle, 48) == -1 and GetVehicleLivery(vehicle) ~= -1 then + if GetVehicleMod(vehicle, 48) == -1 and GetVehicleLivery(vehicle) ~= 0 then modLivery = GetVehicleLivery(vehicle) end