1
This commit is contained in:
parent
088f770c79
commit
b2e537df9d
@ -109,6 +109,9 @@ func (this *matchMgr) execMatch(m *matchingInfo) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (this *matchMgr) onMatchOk(m *matchingInfo) {
|
func (this *matchMgr) onMatchOk(m *matchingInfo) {
|
||||||
|
delete(this.teamUuidHash, m.team.GetTeamUuid())
|
||||||
|
delete(this.teamUuidHash, m.matchOk.team.GetTeamUuid())
|
||||||
|
|
||||||
f5.GetTimer().DeleteRunningTimer()
|
f5.GetTimer().DeleteRunningTimer()
|
||||||
if !m.matchOk.matchTimerWp.Expired() {
|
if !m.matchOk.matchTimerWp.Expired() {
|
||||||
f5.GetTimer().Delete(m.matchOk.matchTimerWp)
|
f5.GetTimer().Delete(m.matchOk.matchTimerWp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user