fix(esx_notify): disable debug mode

This commit is contained in:
Kasey FItton
2024-11-09 10:43:09 +00:00
parent 3b6baa3152
commit 5ae1b36564
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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'