mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
fix(esx_notify): disable debug mode
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user