ensure save is enabled before sending clients to proxy server

This commit is contained in:
Martin Michelsen
2022-09-30 11:41:29 -07:00
parent fbc0eaeaa1
commit 1a477b28a0
4 changed files with 62 additions and 49 deletions
+1
View File
@@ -84,6 +84,7 @@ struct Client {
ServerBehavior server_behavior;
bool should_disconnect;
bool should_send_to_lobby_server;
bool should_send_to_proxy_server;
uint32_t proxy_destination_address;
uint16_t proxy_destination_port;