mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
fix(es_extended/server/callback): correct function names
This commit is contained in:
@@ -92,6 +92,6 @@ end
|
||||
|
||||
---@param eventName string
|
||||
---@return table | nil
|
||||
function ESX.GetCallbackInfo(eventName)
|
||||
function ESX.GetServerCallbackInfo(eventName)
|
||||
return Callbacks.storage[eventName]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user