Skip to content

Commit

Permalink
fix: esx_basicneeds\server\main.lua fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Sep 21, 2023
1 parent 4825ae8 commit a158b01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ESX.RegisterCommand('heal', 'admin', function(xPlayer, args, showError)
ESX.RegisterCommand('heal', 'admin', function(_, args)
args.playerId.triggerEvent('esx_basicneeds:healPlayer')
args.playerId.showNotification(_U('got_healed'))
end, true, {help = 'Heal a player, or yourself - restores thirst, hunger and health.', validate = true, arguments = {
Expand Down

0 comments on commit a158b01

Please sign in to comment.