diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 1513b7b..dfa20c1 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -758,9 +758,9 @@ func HandlerUpdatetaskandachieve(w http.ResponseWriter, data string, uuid int) { if uinfo.LeftFreeRB > 0 { uinfo.LeftFreeRB-- } - if uinfo.WatchAddsTime > 0 { + /*if uinfo.WatchAddsTime > 0 { uinfo.WatchAddsTime-- - } + }*/ case TASKTYPE_KILLSTAR: uinfo.Achieve.KillStar += rdata.Value case TASKTYPE_USEITEM: -- libgit2 0.21.0