流失用户回归记录

This commit is contained in:
hahwu 2025-10-22 15:52:12 +08:00
parent 2af5bff831
commit 80fc8fa0c6

View File

@ -413,6 +413,10 @@ func (p *Player) Login() {
PlayroomBackData(p)
}()
}
if Duration > 604800 {
FriendMod := p.PlayMod.getFriendMod()
FriendMod.AddActLog(friend.ACT_LOG_TYPE_LOST_USER_RETURN, "")
}
}
func (p *Player) Outline() {