优化gm异常情况

This commit is contained in:
liwei 2023-07-25 15:20:41 +08:00
parent 6b917ba72e
commit 0bfb5ee096

View File

@ -481,7 +481,7 @@ func (this *WTask) BingoJumpTask(session comm.IUserSession, taskId int32) (errda
if _, ok = acceptsMap[conf.Ontxe]; ok {
delete(acceptsMap, conf.Ontxe)
}
}
if conf, err = this.configure.gettaskconfconfigure(conf.Ontxe); err != nil {
errdata = &pb.ErrorData{
Code: pb.ErrorCode_ConfigNoFound,
@ -490,7 +490,6 @@ func (this *WTask) BingoJumpTask(session comm.IUserSession, taskId int32) (errda
}
return
}
}
} else {
break
}