diff --git a/server/matchserver/team/team.go b/server/matchserver/team/team.go index 9eafc804..06bf5f48 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -126,6 +126,7 @@ func (this *team) StartGame() { if !this.Started() && this.CanStartGame(this.owner) { this.state = constant.TEAM_STATE_STARTED this.startTime = f5.GetApp().GetNowSeconds() + this.stateNotifyMsg.State = proto.Int32(this.state) this.genStartGameInfo() f5.GetTimer().SetInterval(1000, func(e int32, args *q5.Args) { if e == q5.TIMER_EXEC_EVENT {