From 8f0c6e8b250030ac8f506654feefec0a54017c72 Mon Sep 17 00:00:00 2001 From: Mycroft Date: Tue, 26 Apr 2022 16:38:48 +0100 Subject: [PATCH] Update fxmanifest.lua --- [esx]/esx_notify/fxmanifest.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/[esx]/esx_notify/fxmanifest.lua b/[esx]/esx_notify/fxmanifest.lua index 275f92e1..cbf467ef 100644 --- a/[esx]/esx_notify/fxmanifest.lua +++ b/[esx]/esx_notify/fxmanifest.lua @@ -3,10 +3,6 @@ game 'gta5' author 'ESX-Framework' description 'ESX Notification' -shared_scripts { - '@es_extended/imports.lua', -} - client_scripts { 'Notify.lua' } ui_page 'nui/index.html'