From 76a39dc5941e7f1d9b09955f7e4b7317dc7a17d0 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 16 Oct 2023 17:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BD=93=E5=8A=9B=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/user/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/module.go b/modules/user/module.go index 64e4a96e4..114507488 100644 --- a/modules/user/module.go +++ b/modules/user/module.go @@ -1065,8 +1065,8 @@ func (this *User) recoverUserPs(user *pb.DBUser) (total int32, nexttime int64) { } user.LastRecoverPsSec = cur user.Ps += add - nexttime = user.LastRecoverPsSec + int64(ggd.PsRecovery) } + nexttime = user.LastRecoverPsSec + int64(ggd.PsRecovery) return }