Enforce 2 space indent on locale files

This commit is contained in:
ElPumpo
2018-11-04 22:56:19 +01:00
parent d70d4af996
commit bef16c09b6
6 changed files with 76 additions and 78 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ AddEventHandler('esx_accessories:pay', function()
local xPlayer = ESX.GetPlayerFromId(source)
xPlayer.removeMoney(Config.Price)
TriggerClientEvent('esx:showNotification', source, _U('you_paid', Config.Price))
TriggerClientEvent('esx:showNotification', source, _U('you_paid', ESX.Math.GroupDigits(Config.Price)))
end)
RegisterServerEvent('esx_accessories:save')