This commit is contained in:
aozhiwei 2024-03-22 15:26:06 +08:00
parent 088f770c79
commit b2e537df9d

View File

@ -109,6 +109,9 @@ func (this *matchMgr) execMatch(m *matchingInfo) {
}
func (this *matchMgr) onMatchOk(m *matchingInfo) {
delete(this.teamUuidHash, m.team.GetTeamUuid())
delete(this.teamUuidHash, m.matchOk.team.GetTeamUuid())
f5.GetTimer().DeleteRunningTimer()
if !m.matchOk.matchTimerWp.Expired() {
f5.GetTimer().Delete(m.matchOk.matchTimerWp)