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() }