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'