Proper string formatting

This commit is contained in:
ElPumpo
2018-06-16 10:24:02 +02:00
parent eb356f2cb4
commit 93d2263003
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1084,7 +1084,7 @@ ESX.ShowInventory = function()
if ESX.PlayerData.money > 0 then
table.insert(elements, {
label = _U('cash') .. ESX.PlayerData.money,
label = _U('cash', ESX.PlayerData.money),
count = ESX.PlayerData.money,
type = 'item_money',
value = 'money',