From b157d6bc405c64d2cb47b32491d4b69312270aeb Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Mon, 10 Nov 2025 03:08:09 +0000 Subject: [PATCH] =?UTF-8?q?fix(fight):=20=E4=BF=AE=E5=A4=8D=E7=A9=BA?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E6=8F=90=E4=BA=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic/controller/login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/controller/login.go b/logic/controller/login.go index ec7106b4..4bd6af78 100644 --- a/logic/controller/login.go +++ b/logic/controller/login.go @@ -90,7 +90,7 @@ func (h *Controller) Login(data *user.MAIN_LOGIN_IN, c gnet.Conn) (result *user. t.Info.DailyResArr[i] = 0 //重置每日任务 } - defer t.Service.Talk_Reset() + //defer t.Service.Talk_Reset() }