From 2984a1cf9af81552801f98ec870b730038e89f31 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Tue, 7 Jul 2020 14:35:59 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/logic.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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