From b6795a2bf7be3c9372126c44fc4c4b4ad4a638a4 Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Wed, 19 Jun 2024 00:06:33 +0200 Subject: [PATCH] :ambulance: Remove duplicated common/functions.lua in fxmanifest --- [core]/es_extended/fxmanifest.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/[core]/es_extended/fxmanifest.lua b/[core]/es_extended/fxmanifest.lua index 03113e1d..45cf791f 100644 --- a/[core]/es_extended/fxmanifest.lua +++ b/[core]/es_extended/fxmanifest.lua @@ -44,8 +44,7 @@ client_scripts { 'common/modules/*.lua', 'common/functions.lua', - - 'common/functions.lua', + 'client/modules/actions.lua', 'client/modules/death.lua', 'client/modules/npwd.lua',