1
This commit is contained in:
parent
8e22fe247d
commit
c5f31ce557
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user