diff --git a/server/matchserver/team/team.go b/server/matchserver/team/team.go index b3ceb92a..f5d65f50 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -370,9 +370,13 @@ func (this *team) genStartGameInfo() { payload := sign + ":" + "normal_room|" + q5.EncodeJson(&startInfo) this.stateNotifyMsg.JoinMsg.TeamUuid = proto.String(this.getMainTeam().GetTeamUuid()) this.stateNotifyMsg.JoinMsg.Payload = proto.String(payload) + this.genNextCopyTeam() this.stateNotifyMsg.NextTeamUuid = proto.String(this.nextTeamUuid) } +func (this *team) genNextCopyTeam() { +} + func (this *team) broadcastMsg(msg proto.Message) { for _, m := range this.accountIdHash { m.SendMsg(msg)