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
+2
View File
@@ -110,6 +110,8 @@ struct ServerState {
uint32_t local_address;
uint32_t external_address;
bool proxy_allow_save_files;
std::shared_ptr<ProxyServer> proxy_server;
std::shared_ptr<Server> game_server;
std::shared_ptr<FileContentsCache> client_options_cache;