diff --git a/server/matchserver/team/team.go b/server/matchserver/team/team.go index 06bf5f48..a20a6430 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -128,6 +128,7 @@ func (this *team) StartGame() { this.startTime = f5.GetApp().GetNowSeconds() this.stateNotifyMsg.State = proto.Int32(this.state) this.genStartGameInfo() + this.SendStateNotify() f5.GetTimer().SetInterval(1000, func(e int32, args *q5.Args) { if e == q5.TIMER_EXEC_EVENT { this.SendStateNotify()