diff --git a/[core]/es_extended/fxmanifest.lua b/[core]/es_extended/fxmanifest.lua index 4a349f92..a2baf202 100644 --- a/[core]/es_extended/fxmanifest.lua +++ b/[core]/es_extended/fxmanifest.lua @@ -42,7 +42,7 @@ server_scripts { client_scripts { 'client/common.lua', 'client/functions.lua', - 'client/wrapper.lua', + 'client/modules/wrapper.lua', 'client/modules/callback.lua', 'client/modules/adjustments.lua', diff --git a/[core]/esx_menu_dialog/fxmanifest.lua b/[core]/esx_menu_dialog/fxmanifest.lua index a303421a..24e1f36c 100644 --- a/[core]/esx_menu_dialog/fxmanifest.lua +++ b/[core]/esx_menu_dialog/fxmanifest.lua @@ -7,7 +7,7 @@ version '1.10.10' client_scripts { '@es_extended/imports.lua', - '@es_extended/client/wrapper.lua', + '@es_extended/client/modules/wrapper.lua', 'client/main.lua' } diff --git a/[core]/esx_menu_list/fxmanifest.lua b/[core]/esx_menu_list/fxmanifest.lua index 66a2b61d..aeda1b11 100644 --- a/[core]/esx_menu_list/fxmanifest.lua +++ b/[core]/esx_menu_list/fxmanifest.lua @@ -8,7 +8,7 @@ version '1.10.10' client_scripts { '@es_extended/imports.lua', - '@es_extended/client/wrapper.lua', + '@es_extended/client/modules/wrapper.lua', 'client/main.lua' }