Merge branch 'esx-framework:main' into main

This commit is contained in:
JonarSonaer
2022-03-09 13:31:40 +01:00
committed by GitHub
+1 -1
View File
@@ -35,7 +35,7 @@ function GetVehiclesAndCategories(categories, vehicles)
local vehicle = vehicles[i]
for j = 1, #categories do
local category = categories[j]
if category.name == vehicle.catetgory then
if category.name == vehicle.category then
vehicle.categoryLabel = category.label
break
end