From d2f420ec5c7febb2c3e7f5d3f7f4b1cde8b4e912 Mon Sep 17 00:00:00 2001 From: Lollypop Date: Thu, 8 Feb 2018 03:52:48 +0100 Subject: [PATCH] Fix the price aswell --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index 71bb82a1..59d2ed35 100644 --- a/client/main.lua +++ b/client/main.lua @@ -309,7 +309,7 @@ function GetAction(data) if currentMods[k] then _label = 'Turbo - '.. _U('installed') ..'' else - _label = 'Turbo - $' .. v.price[1] .. ' ' + _label = 'Turbo - $' .. math.floor(vehiclePrice * v.price[1] / 100) .. ' ' end table.insert(elements, {label = _label, modType = k, modNum = true}) else