This commit is contained in:
aozhiwei 2023-12-27 13:18:43 +08:00
parent 8e22fe247d
commit c5f31ce557

View File

@ -1969,6 +1969,11 @@ void Human::SendMobaTeamNotify()
if (!room->IsMobaModeRoom()) { if (!room->IsMobaModeRoom()) {
return; return;
} }
cs::SMSyncMobaTeam notify_msg;
{
}
SendNotifyMsg(notify_msg);
} }
void GGListener::SendError(int sockhandle, unsigned int seqid, void GGListener::SendError(int sockhandle, unsigned int seqid,