diff --git a/server/matchserver/team/team.go b/server/matchserver/team/team.go index 38a769d0..78f636d6 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -192,6 +192,7 @@ func (this *team) doStartGame(startTime int64) { this.SendStateNotify() count++ if count > 10 { + f5.GetTimer().DeleteRunningTimer() _teamMgr.removeTeam(this.GetTeamUuid()) } }