mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 05:01:33 +00:00
Fixed indent mistake
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user