From 8ab51765c0e4e8ffdf1438075e1db645c43d1754 Mon Sep 17 00:00:00 2001 From: Amir_Lynx <60301485+AmirLynx@users.noreply.github.com> Date: Tue, 1 Nov 2022 22:35:52 +0330 Subject: [PATCH] refactor(esx_license/fxmanifest.lua): add config --- [esx_addons]/esx_license/fxmanifest.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/[esx_addons]/esx_license/fxmanifest.lua b/[esx_addons]/esx_license/fxmanifest.lua index 66f1e7d0..ffb45830 100644 --- a/[esx_addons]/esx_license/fxmanifest.lua +++ b/[esx_addons]/esx_license/fxmanifest.lua @@ -9,5 +9,6 @@ version '1.8.5' server_scripts { '@es_extended/imports.lua', '@oxmysql/lib/MySQL.lua', + 'config.lua', 'server/main.lua' }