mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:01:36 +00:00
fix(esx_lscustom): default wheels
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user