流失用户回归记录
This commit is contained in:
parent
2af5bff831
commit
80fc8fa0c6
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user