diff --git a/server/gameserver/roommgr.cc b/server/gameserver/roommgr.cc index 1d24033..cd4611b 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -591,6 +591,12 @@ void RoomMgr::OnJoinRoomOk(const cs::CMJoin& msg, Player* hum) auto itr = team_hash->find(hum->account_id); if (itr != team_hash->end()) { itr->second = hum->room->GetRoomUuid(); + a8::UdpLog::Instance()->Info + ("join room ok: %s, %s", + { + hum->account_id, + GenTeamHashData(msg.team_uuid(), team_hash) + }); } else { a8::UdpLog::Instance()->Warning ("team_data:%s account_id:%s not exists",