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
@@ -37,6 +37,7 @@ Client::Client(
server_behavior(server_behavior),
should_disconnect(false),
should_send_to_lobby_server(false),
should_send_to_proxy_server(false),
proxy_destination_address(0),
proxy_destination_port(0),
x(0.0f),