mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 04:01:22 +00:00
Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user