Merge pull request #152 from 0c0d3/patch-1

Fix typo
This commit is contained in:
Mycroft
2022-03-09 00:13:10 +00: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