Update functions.lua

drift tyres were not working because of a typo
This commit is contained in:
nexis
2023-07-10 16:08:22 +02:00
committed by GitHub
parent e19bd6617c
commit 4187b709ba
+1 -1
View File
@@ -689,7 +689,7 @@ function ESX.Game.GetVehicleProperties(vehicle)
neonColor = table.pack(GetVehicleNeonLightsColour(vehicle)),
extras = extras,
dirftTyresEnabled = driftTyresEnabled,
driftTyresEnabled = driftTyresEnabled,
tyreSmokeColor = table.pack(GetVehicleTyreSmokeColor(vehicle)),
modSpoilers = GetVehicleMod(vehicle, 0),