Skip to content

Commit b0c56fe

Browse files
authored
Merge pull request #605 from TomGrobbe/feature/manifestUpdates
Minor changes to fxmanifest
2 parents 9154152 + 73b6432 commit b0c56fe

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

assets/fxmanifest.lua

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ url 'https://github.com/TomGrobbe/vMenu/'
1313
client_debug_mode 'false'
1414
server_debug_mode 'false'
1515

16-
-- Leave this set to '0' to prevent compatibility issues
17-
-- and to keep the save files your users.
16+
-- Adds extra commands for testing and development
1817
experimental_features_enabled '0'
1918

2019
-- Files & scripts
2120
files {
2221
'Newtonsoft.Json.dll',
2322
'MenuAPI.dll',
24-
'config/locations.json',
25-
'config/addons.json'
23+
'config/*.json'
2624
}
2725

2826
client_script 'vMenuClient.net.dll'

0 commit comments

Comments
 (0)