1
0
Fork 0

Fix: survey-time seconds for clients was calculated wrong

pull/12078/head
Patric Stout 2024-02-12 21:43:10 +01:00
parent 8d9fa0ea89
commit 48a62b495b
1 changed files with 3 additions and 0 deletions

View File

@ -881,6 +881,9 @@ NetworkRecvStatus ClientNetworkGameSocketHandler::Receive_SERVER_MAP_DONE(Packet
/* Say we received the map and loaded it correctly! */
SendMapOk();
/* As we skipped switch-mode, update the time we "switched". */
_switch_mode_time = std::chrono::steady_clock::now();
ShowClientList();
/* New company/spectator (invalid company) or company we want to join is not active