Fixed indent mistake

This commit is contained in:
ElPumpo
2020-03-09 12:35:40 +01:00
parent e0672840ce
commit 7efcf85abb
+1 -1
View File
@@ -282,7 +282,7 @@ AddEventHandler('esx:giveInventoryItem', function(target, type, itemName, itemCo
elseif type == 'item_ammo' then
if sourceXPlayer.hasWeapon(itemName) then
local weaponNum, weapon = sourceXPlayer.getWeapon(itemName)
if targetXPlayer.hasWeapon(itemName) then
local _, weaponObject = ESX.GetWeapon(itemName)