diff options
author | stuebinm | 2021-11-16 19:51:33 +0100 |
---|---|---|
committer | stuebinm | 2021-11-16 19:51:33 +0100 |
commit | 6c674fa7c2916149937c54b8241d28f0d7c97976 (patch) | |
tree | 078ddc26be581a048ebefe0871457f04e2ae8c89 | |
parent | 8b833a462a753b7db38e3cb744947285031f93f4 (diff) |
fix default config.json
-rw-r--r-- | config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json b/config.json index 56d010e..87298f0 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,7 @@ { "AssemblyTag":"assemblyname", "ScriptInject":null, + "AllowScripts":true, "MaxWarnLevel":"Suggestion", "DontCopyAssets":true } |