Send hotkey stats in survey

This commit is contained in:
dP
2024-03-19 03:15:13 +07:00
parent 65a84d9029
commit 34e8262283
12 changed files with 50 additions and 5 deletions
+1
View File
@@ -909,6 +909,7 @@ NetworkRecvStatus ClientNetworkGameSocketHandler::Receive_SERVER_MAP_DONE(Packet
/* As we skipped switch-mode, update the time we "switched". */
_game_session_stats.start_time = std::chrono::steady_clock::now();
_game_session_stats.savegame_size = std::nullopt;
_game_session_stats.cm = {};
ShowClientList();