Changeset - r28751:1666cc458516
[Not reviewed]
master
0 1 0
Patric Stout - 2 months ago 2024-02-12 21:56:27
truebrain@openttd.org
Fix: survey-time seconds for clients was calculated wrong (#12078)
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/network/network_client.cpp
Show inline comments
 
@@ -881,6 +881,9 @@ NetworkRecvStatus ClientNetworkGameSocke
 
	/* 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
0 comments (0 inline, 0 general)