This commit is contained in:
aozhiwei 2023-12-29 10:54:35 +08:00
parent 0719cb89c7
commit 340bc2fc31

View File

@ -2050,6 +2050,8 @@ void Human::ReJoin(long ip_saddr, int socket_handle, std::shared_ptr<cs::CMJoin>
{
this->ip_saddr = ip_saddr;
this->socket_handle = socket_handle;
room->frame_event.AddEnterGame(GetWeakPtrRef());
send_sand_table_msg_times = 0;
need_sync_active_player_ = true;
send_msg_times = 0;
last_sync_gas_frameno = 0;