adjust
This commit is contained in:
parent
315c7d57e4
commit
62816aeb7b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user