diff --git a/server/matchserver/team/team.go b/server/matchserver/team/team.go index c9408935..55e7a33a 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -186,9 +186,11 @@ func (this *team) doStartGame(startTime int64) { this.stateNotifyMsg.State = proto.Int32(this.state) this.genStartGameInfo() this.SendStateNotify() + count := 1 f5.GetTimer().SetInterval(1000, func(e int32, args *q5.Args) { if e == q5.TIMER_EXEC_EVENT { this.SendStateNotify() + count++ } }) }