修改注释

This commit is contained in:
wh_zcy 2023-05-19 15:38:14 +08:00
parent 96ab51a518
commit f2735668f7

View File

@ -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)