mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
fix(esx_lscustom): remove print
This commit is contained in:
@@ -302,7 +302,6 @@ function GetAction(data)
|
||||
local xenonColors = GetXenonColors()
|
||||
price = math.floor(vehiclePrice * v.price / 100)
|
||||
for i = 1, #xenonColors, 1 do
|
||||
print(xenonColors[i].label, xenonColors[i].index)
|
||||
table.insert(elements, {
|
||||
label = xenonColors[i].label .. ' - <span style="color:green;">$' .. price .. '</span>',
|
||||
modType = k,
|
||||
|
||||
Reference in New Issue
Block a user