Skip to content

Commit

Permalink
tweak(es_extended/shared/main): remove deprication message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycroft-Studios authored Feb 7, 2025
1 parent 0787a49 commit 6b4def2
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 @@ -9,7 +9,6 @@ AddEventHandler("esx:getSharedObject", function(cb)
cb(ESX)
end
local invokingResource = GetInvokingResource()
print(("^3[WARNING]^0 Resource ^5%s^0 used the ^5getSharedObject^0 event. This is not the recommended way to import ESX. Visit https://docs.esx-legacy.com/tutorials/tutorials-esx/sharedevent to find out why."):format(invokingResource))
end)

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

0 comments on commit 6b4def2

Please sign in to comment.