This commit is contained in:
aozhiwei 2024-03-19 20:51:02 +08:00
parent 8204c9e213
commit 7304eef94a

View File

@ -192,6 +192,7 @@ func (this *team) doStartGame(startTime int64) {
this.SendStateNotify()
count++
if count > 10 {
f5.GetTimer().DeleteRunningTimer()
_teamMgr.removeTeam(this.GetTeamUuid())
}
}