Skip to content

Commit

Permalink
✏️ fix es_extended lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa committed Jun 16, 2024
1 parent ba6744e commit d74f997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions [core]/es_extended/server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ if not Config.OxInventory then
if xPlayer.hasWeapon(itemName) then
local _, weapon = xPlayer.getWeapon(itemName)
local _, weaponObject = ESX.GetWeapon(itemName)
-- luacheck: ignore weaponPickupLabel
local weaponPickupLabel = ""
local components = ESX.Table.Clone(weapon.components)
xPlayer.removeWeapon(itemName)
Expand Down

0 comments on commit d74f997

Please sign in to comment.