diff --git a/resource/vehicleProperties/client.lua b/resource/vehicleProperties/client.lua index dec07bb..daad991 100644 --- a/resource/vehicleProperties/client.lua +++ b/resource/vehicleProperties/client.lua @@ -87,7 +87,7 @@ function lib.getVehicleProperties(vehicle) wheelColor = wheelColor, wheels = GetVehicleWheelType(vehicle), windowTint = GetVehicleWindowTint(vehicle), - xenonColor = GetVehicleXenonLightsColour(vehicle), + xenonColor = GetVehicleXenonLightsColor(vehicle), neonEnabled = neons, neonColor = {GetVehicleNeonLightsColour(vehicle)}, extras = extras,