This commit is contained in:
yangduo 2025-05-04 11:37:24 +08:00
parent 315c7d57e4
commit 62816aeb7b

View File

@ -592,10 +592,11 @@ void RoomMgr::OnJoinRoomOk(const cs::CMJoin& msg, Player* hum)
if (itr != team_hash->end()) { if (itr != team_hash->end()) {
itr->second = hum->room->GetRoomUuid(); itr->second = hum->room->GetRoomUuid();
a8::UdpLog::Instance()->Info a8::UdpLog::Instance()->Info
("join room ok: %s, %s", ("join room ok: %s, %s, %ld",
{ {
hum->account_id, hum->account_id,
GenTeamHashData(msg.team_uuid(), team_hash) msg.team_uuid(),
hum->room->GetRoomUuid()
}); });
} else { } else {
a8::UdpLog::Instance()->Warning a8::UdpLog::Instance()->Warning