From 5943f5764af80d4352e294b166dc0bdfca5efe38 Mon Sep 17 00:00:00 2001 From: Kasey FItton Date: Fri, 8 Nov 2024 07:37:58 +0000 Subject: [PATCH] fix: correct file path for wrapper.lua --- [core]/es_extended/fxmanifest.lua | 2 +- [core]/esx_menu_dialog/fxmanifest.lua | 2 +- [core]/esx_menu_list/fxmanifest.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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' }