mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
fix(esx_lscustom): default wheels price multiplier
This commit is contained in:
@@ -242,7 +242,8 @@ function GetAction(data)
|
||||
label = " " .. TranslateCap('by_default'),
|
||||
modType = "modFrontWheels",
|
||||
modNum = -1,
|
||||
wheelType = -1
|
||||
wheelType = -1,
|
||||
price = 1
|
||||
})
|
||||
else
|
||||
table.insert(elements, {
|
||||
|
||||
Reference in New Issue
Block a user