修改注释
This commit is contained in:
parent
96ab51a518
commit
f2735668f7
@ -83,12 +83,12 @@ func (this *Worldtask) TaskCondFinishNotify(session comm.IUserSession, condId in
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// if len(finishedTaskIds) == 0 {
|
if len(finishedTaskIds) == 0 {
|
||||||
// this.Debug("未找到通知的世界任务",
|
// this.Debug("未找到通知的世界任务",
|
||||||
// log.Field{Key: "uid", Value: uid},
|
// log.Field{Key: "uid", Value: uid},
|
||||||
// log.Field{Key: "finishedTaskIds", Value: finishedTaskIds})
|
// log.Field{Key: "finishedTaskIds", Value: finishedTaskIds})
|
||||||
// return nil
|
return nil
|
||||||
// }
|
}
|
||||||
|
|
||||||
if userTask.CurrentTask == nil {
|
if userTask.CurrentTask == nil {
|
||||||
userTask.CurrentTask = make(map[int32]*pb.Worldtask)
|
userTask.CurrentTask = make(map[int32]*pb.Worldtask)
|
||||||
|
Loading…
Reference in New Issue
Block a user