1
This commit is contained in:
parent
dfe6e017ca
commit
19dafb6aad
@ -82,7 +82,10 @@ func (this *matchMgr) mustBeZn(key int64) *q5.ListHead {
|
|||||||
|
|
||||||
func (this *matchMgr) execMatch(m *matchingInfo) {
|
func (this *matchMgr) execMatch(m *matchingInfo) {
|
||||||
if q5.GetTickCount() - m.addTick > 1000 * 7 {
|
if q5.GetTickCount() - m.addTick > 1000 * 7 {
|
||||||
|
f5.GetTimer().DeleteRunningTimer()
|
||||||
|
m.team.setMatchOk(nil)
|
||||||
|
startTime := f5.GetApp().GetNowSeconds()
|
||||||
|
m.team.onMatchOk(startTime)
|
||||||
} else {
|
} else {
|
||||||
l := this.mustBeZn(m.team.GetZnKey())
|
l := this.mustBeZn(m.team.GetZnKey())
|
||||||
l.ForEach(
|
l.ForEach(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user