mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Merge pull request #597 from ItsANoBrainer/dev3-FixingEveryonElsesProblems
[Fix] Livery Mod Saving
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user