fix(es_extended/server/callback): correct function names

This commit is contained in:
Kasey FItton
2024-11-25 18:28:01 +00:00
parent a4115d5165
commit 672237cd3b
@@ -92,6 +92,6 @@ end
---@param eventName string
---@return table | nil
function ESX.GetCallbackInfo(eventName)
function ESX.GetServerCallbackInfo(eventName)
return Callbacks.storage[eventName]
end