tweak(es_extended/shared/main): remove deprication message

This commit is contained in:
Kasey Fitton
2025-02-07 11:51:51 +00:00
committed by GitHub
parent 0787a490ae
commit 6b4def278e
-1
View File
@@ -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 !)