diff --git a/[core]/esx_notify/Notify.lua b/[core]/esx_notify/Notify.lua index a1a17342..26dacd06 100644 --- a/[core]/esx_notify/Notify.lua +++ b/[core]/esx_notify/Notify.lua @@ -1,4 +1,4 @@ -local Debug = true +local Debug = ESX.GetConfig().EnableDebug ---@param notificatonType string the notification type ---@param length number the length of the notification diff --git a/[core]/esx_notify/fxmanifest.lua b/[core]/esx_notify/fxmanifest.lua index 456107c7..c213e0e3 100644 --- a/[core]/esx_notify/fxmanifest.lua +++ b/[core]/esx_notify/fxmanifest.lua @@ -2,7 +2,7 @@ fx_version 'adamant' lua54 'yes' game 'gta5' -version '1.11.0' +version '1.11.1' author 'ESX-Framework' description 'A beautiful and simple NUI notification system for ESX'