1
This commit is contained in:
parent
22d271517b
commit
a9fff581a3
@ -1462,7 +1462,11 @@ void Player::PushJoinRoomMsg()
|
||||
notifymsg.set_match_mode(GetBattleContext()->GetMatchMode());
|
||||
notifymsg.set_pve_instance_id(room->pve_instance ? room->pve_instance->gemini_id() : 0);
|
||||
notifymsg.set_mapid(room->GetMapMeta()->map_id());
|
||||
notifymsg.set_side(side);
|
||||
if (room->IsMobaModeRoom()){
|
||||
notifymsg.set_side(0);
|
||||
} else {
|
||||
notifymsg.set_side(side);
|
||||
}
|
||||
GGListener::Instance()->SendToClient(socket_handle, 0, notifymsg);
|
||||
#ifdef DEBUG
|
||||
a8::XPrintf("PushJoinRooMmsg %d side:%d\n", {GetUniId(), side});
|
||||
|
Loading…
x
Reference in New Issue
Block a user