diff --git a/[core]/esx_notify/Notify.lua b/[core]/esx_notify/Notify.lua index d47066f8..cfb9ab97 100644 --- a/[core]/esx_notify/Notify.lua +++ b/[core]/esx_notify/Notify.lua @@ -1,6 +1,6 @@ local Debug = ESX.GetConfig().EnableDebug ----@param type string the notification type +---@param notificatonType string the notification type ---@param length number the length of the notification ---@param message any the message :D local function Notify(notificatonType, length, message)