We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9154152 + 73b6432 commit b0c56feCopy full SHA for b0c56fe
1 file changed
assets/fxmanifest.lua
@@ -13,16 +13,14 @@ url 'https://github.com/TomGrobbe/vMenu/'
13
client_debug_mode 'false'
14
server_debug_mode 'false'
15
16
--- Leave this set to '0' to prevent compatibility issues
17
--- and to keep the save files your users.
+-- Adds extra commands for testing and development
18
experimental_features_enabled '0'
19
20
-- Files & scripts
21
files {
22
'Newtonsoft.Json.dll',
23
'MenuAPI.dll',
24
- 'config/locations.json',
25
- 'config/addons.json'
+ 'config/*.json'
26
}
27
28
client_script 'vMenuClient.net.dll'
0 commit comments