define switch subcommand structure

This commit is contained in:
Martin Michelsen
2022-04-03 17:54:46 -07:00
parent fe9eceed5c
commit 1d70933c17
7 changed files with 59 additions and 38 deletions
+3 -1
View File
@@ -375,7 +375,9 @@ ProxyServer::LinkedSession::LinkedSession(
override_lobby_event(-1),
override_lobby_number(-1),
lobby_players(12),
lobby_client_id(0) { }
lobby_client_id(0) {
this->last_switch_enabled_command.subcommand = 0;
}
ProxyServer::LinkedSession::LinkedSession(
ProxyServer* server,