Add missing "Open Wheel" to searchCar() function

This commit is contained in:
Jim Shield
2025-06-30 23:18:43 +01:00
parent b07c089946
commit 1ed227080b

View File

@@ -53,6 +53,7 @@ function searchCar(vehicle)
"Military", --20
"Commercial", --21
"Trains", --22
"Open Wheel", --23
}
if Vehicles then
for k, v in pairs(Vehicles) do