From 55bb0d223f74226e40eac844b59d34c10547160f Mon Sep 17 00:00:00 2001 From: RodericAguilar <84584545+RodericAguilar@users.noreply.github.com> Date: Mon, 28 Jul 2025 13:40:27 +0200 Subject: [PATCH] Update fxmanifest.lua --- [core]/esx_notify/fxmanifest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_notify/fxmanifest.lua b/[core]/esx_notify/fxmanifest.lua index 39492e81..b74403b2 100644 --- a/[core]/esx_notify/fxmanifest.lua +++ b/[core]/esx_notify/fxmanifest.lua @@ -8,7 +8,7 @@ description 'A beautiful and simple NUI notification system for ESX' shared_script '@es_extended/imports.lua' -client_scripts { 'Notify.lua', 'Config.lua'} +client_scripts { 'Config.lua', 'Notify.lua'} ui_page 'nui/index.html'