Skip to content

Commit

Permalink
Fixed 'repaired vehicle' message (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElPumpo authored and jonteohr committed Mar 17, 2018
1 parent c24f16e commit 181e819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ AddEventHandler('esx_repairkit:removeKit', function()

if not Config.InfiniteRepairs then
xPlayer.removeInventoryItem('repairkit', 1)
TriggerClientEvent(_U('used_kit'))
TriggerClientEvent('esx:showNotification', _source, _U('used_kit'))
end
end)

0 comments on commit 181e819

Please sign in to comment.