Skip to content

Commit

Permalink
fix(es_extended/shared/main): remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycroft-Studios authored Feb 7, 2025
1 parent 6b4def2 commit 901f16f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion [core]/es_extended/shared/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ AddEventHandler("esx:getSharedObject", function(cb)
if ESX.IsFunctionReference(cb) then
cb(ESX)
end
local invokingResource = GetInvokingResource()
end)

-- backwards compatibility (DO NOT TOUCH !)
Expand Down

0 comments on commit 901f16f

Please sign in to comment.