This commit is contained in:
aozhiwei 2024-03-14 20:10:57 +08:00
parent 948e1b5c59
commit f7f3140fec

View File

@ -290,6 +290,9 @@ func (this *player) CMChooseMap(hdr *f5.MsgHdr, msg *cs.CMChooseMap) {
this.GetTeam().SendUpdateNotify()
}
func (this *player) updateChoose(skillId int32, heroUniId string) {
}
func (this *player) CMGrantInvitePermission(hdr *f5.MsgHdr, msg *cs.CMGrantInvitePermission) {
rspMsg := &cs.SMGrantInvitePermission{}
if this.GetTeam().Started() {