From e6f991a880245ab0776e398e233e6a20a0902a97 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 21 Feb 2020 15:35:19 -0800 Subject: [PATCH] restore player info fetch at game start --- ReceiveCommands.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReceiveCommands.cc b/ReceiveCommands.cc index 8387d068..b0f53e75 100644 --- a/ReceiveCommands.cc +++ b/ReceiveCommands.cc @@ -1672,9 +1672,9 @@ void process_client_ready(shared_ptr s, shared_ptr c, // tell the other players to stop waiting for the new player to load send_resume_game(l, c); // tell the new player the time - //send_server_time(c); + send_server_time(c); // get character info - //send_get_player_info(c); + send_get_player_info(c); } //////////////////////////////////////////////////////////////////////////////// @@ -1815,7 +1815,7 @@ static process_command_t dc_handlers[0x100] = { // 90 NULL, NULL, NULL, NULL, NULL, NULL, process_client_checksum, NULL, - NULL, process_ignored_command, NULL, NULL, + process_player_data, process_ignored_command, NULL, NULL, NULL, NULL, NULL, NULL, // A0