This commit is contained in:
0c0d3
2022-03-07 20:09:55 +01:00
committed by GitHub
parent fbc20e9eaf
commit ea628faae4
+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