工具前调服务器时间 体力回复值不正确
This commit is contained in:
parent
188ef87b07
commit
ddd8396c75
@ -1088,7 +1088,7 @@ func (this *User) recoverUserPs(user *pb.DBUser) (change bool, total int32, next
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
total = pconf.PsCeiling
|
total = pconf.PsCeiling
|
||||||
cur := time.Now().Unix()
|
cur := configure.Now().Unix()
|
||||||
if user.LastRecoverPsSec == 0 {
|
if user.LastRecoverPsSec == 0 {
|
||||||
user.LastRecoverPsSec = cur
|
user.LastRecoverPsSec = cur
|
||||||
change = true
|
change = true
|
||||||
|
Loading…
Reference in New Issue
Block a user