From 4187b709bac14fbe82e109dbccf80569352938cc Mon Sep 17 00:00:00 2001 From: nexis Date: Mon, 10 Jul 2023 16:08:22 +0200 Subject: [PATCH] Update functions.lua drift tyres were not working because of a typo --- [core]/es_extended/client/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/es_extended/client/functions.lua b/[core]/es_extended/client/functions.lua index 7ba5dcc3..00d22e7e 100644 --- a/[core]/es_extended/client/functions.lua +++ b/[core]/es_extended/client/functions.lua @@ -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),