mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
fix(esx_lscustom): default wheels
This commit is contained in:
@@ -237,6 +237,13 @@ function GetAction(data)
|
|||||||
modType = k,
|
modType = k,
|
||||||
modNum = false
|
modNum = false
|
||||||
})
|
})
|
||||||
|
elseif v.modType == 23 then
|
||||||
|
table.insert(elements, {
|
||||||
|
label = " " .. TranslateCap('by_default'),
|
||||||
|
modType = "modFrontWheels",
|
||||||
|
modNum = -1,
|
||||||
|
wheelType = -1
|
||||||
|
})
|
||||||
else
|
else
|
||||||
table.insert(elements, {
|
table.insert(elements, {
|
||||||
label = " " .. TranslateCap('by_default'),
|
label = " " .. TranslateCap('by_default'),
|
||||||
|
|||||||
Reference in New Issue
Block a user