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()) {
itr->second = hum->room->GetRoomUuid();
a8::UdpLog::Instance()->Info
("join room ok: %s, %s",
("join room ok: %s, %s, %ld",
{
hum->account_id,
GenTeamHashData(msg.team_uuid(), team_hash)
msg.team_uuid(),
hum->room->GetRoomUuid()
});
} else {
a8::UdpLog::Instance()->Warning