improve proxy command documentation

This commit is contained in:
Martin Michelsen
2022-04-02 14:38:22 -07:00
parent 825437b145
commit 091f3d4da4
3 changed files with 19 additions and 19 deletions
+1 -2
View File
@@ -54,6 +54,7 @@ public:
bool suppress_newserv_commands;
bool enable_chat_filter;
bool enable_switch_assist;
bool save_files;
std::string last_switch_enabled_subcommand;
int16_t override_section_id;
int16_t override_lobby_event;
@@ -141,8 +142,6 @@ public:
const ClientConfig& newserv_client_config);
void delete_session(uint64_t id);
bool save_files;
private:
struct ListeningSocket {
ProxyServer* server;