fix(esx_lscustom): default wheels

This commit is contained in:
hmmehdi
2022-11-03 11:19:16 +01:00
parent 52c70c6264
commit bebb138331
@@ -237,6 +237,13 @@ function GetAction(data)
modType = k,
modNum = false
})
elseif v.modType == 23 then
table.insert(elements, {
label = " " .. TranslateCap('by_default'),
modType = "modFrontWheels",
modNum = -1,
wheelType = -1
})
else
table.insert(elements, {
label = " " .. TranslateCap('by_default'),