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()) {
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user