This commit is contained in:
aozhiwei 2023-12-27 13:34:57 +08:00
parent c5f31ce557
commit cdb319acb8

View File

@ -1971,7 +1971,9 @@ void Human::SendMobaTeamNotify()
}
cs::SMSyncMobaTeam notify_msg;
{
auto team_pb = notify_msg.add_team_list();
Team* team = room->GetMobaTeamA();
team_pb->set_team_uuid(a8::XValue(team->GetTeamId()).GetString());
}
SendNotifyMsg(notify_msg);
}