add option to disable save_files globally

This commit is contained in:
Martin Michelsen
2022-12-13 23:53:06 -08:00
parent ae49ca0189
commit cf2f1ef529
6 changed files with 27 additions and 7 deletions
+6
View File
@@ -123,6 +123,12 @@
// connect to newserv will be proxied to this destination.
// "ProxyDestination-BB": "",
// There is a proxy option that allows users to save copies of various game
// files on the server side. If you have external clients connecting to your
// server, you can disable this option to prevent clients from generating
// files on the server side which they will never be able to access.
"ProxyAllowSaveFiles": true,
// By default, the interactive shell runs if stdin is a terminal, and doesn't
// run if it's not. This option, if present, overrides that behavior.
// "RunInteractiveShell": false,