Skip to content

Commit

Permalink
Merge pull request #909 from Naifen-Phoxidas/main
Browse files Browse the repository at this point in the history
fix(es_extended): shared event help link
  • Loading branch information
TheFantomas authored Feb 20, 2023
2 parents e41df74 + 509ba27 commit 4534c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [core]/es_extended/client/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ end

AddEventHandler("esx:getSharedObject", function()
local Invoke = GetInvokingResource()
print(("[^1ERROR^7] Resource ^5%s^7 Used the ^5getSharedObject^7 Event, this event ^1no longer exists!^7 Visit https://documentation.esx-framework.org/tutorials/sharedevent for how to fix!"):format(Invoke))
print(("[^1ERROR^7] Resource ^5%s^7 Used the ^5getSharedObject^7 Event, this event ^1no longer exists!^7 Visit https://documentation.esx-framework.org/tutorials/tutorials-esx/sharedevent for how to fix!"):format(Invoke))
end)
2 changes: 1 addition & 1 deletion [core]/es_extended/server/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Core.playersByIdentifier = {}

AddEventHandler("esx:getSharedObject", function()
local Invoke = GetInvokingResource()
print(("[^1ERROR^7] Resource ^5%s^7 Used the ^5getSharedObject^7 Event, this event ^1no longer exists!^7 Visit https://documentation.esx-framework.org/tutorials/sharedevent for how to fix!"):format(Invoke))
print(("[^1ERROR^7] Resource ^5%s^7 Used the ^5getSharedObject^7 Event, this event ^1no longer exists!^7 Visit https://documentation.esx-framework.org/tutorials/tutorials-esx/sharedevent for how to fix!"):format(Invoke))
end)

exports('getSharedObject', function()
Expand Down

0 comments on commit 4534c9f

Please sign in to comment.