From 195680f0417185b8549d0690562be2243661a7ce Mon Sep 17 00:00:00 2001 From: "Christopher M." Date: Mon, 6 Apr 2026 12:19:55 +1000 Subject: [PATCH 1/2] Use globbing to include all JSON files from config --- assets/fxmanifest.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/fxmanifest.lua b/assets/fxmanifest.lua index a87a7e0e..38e5d662 100644 --- a/assets/fxmanifest.lua +++ b/assets/fxmanifest.lua @@ -21,8 +21,7 @@ experimental_features_enabled '0' files { 'Newtonsoft.Json.dll', 'MenuAPI.dll', - 'config/locations.json', - 'config/addons.json' + 'config/*.json' } client_script 'vMenuClient.net.dll' From 73b64323d2edec96469eca4b34b5578b73fbc51d Mon Sep 17 00:00:00 2001 From: "Christopher M." Date: Mon, 6 Apr 2026 12:22:09 +1000 Subject: [PATCH 2/2] Updates comment for experimental features The saved data import/export feature was removed, so that's no longer relevant --- assets/fxmanifest.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/fxmanifest.lua b/assets/fxmanifest.lua index 38e5d662..0d1c9f16 100644 --- a/assets/fxmanifest.lua +++ b/assets/fxmanifest.lua @@ -13,8 +13,7 @@ url 'https://github.com/TomGrobbe/vMenu/' client_debug_mode 'false' server_debug_mode 'false' --- Leave this set to '0' to prevent compatibility issues --- and to keep the save files your users. +-- Adds extra commands for testing and development experimental_features_enabled '0' -- Files & scripts