mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Enforce 2 space indent on locale files
This commit is contained in:
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user