This commit is contained in:
hahwu 2025-07-11 18:14:34 +08:00
parent 7fedf2e87d
commit f7d7278f33

View File

@ -760,6 +760,9 @@ func GetRecommendPlayer(p *Player, Num int) []int {
continue
}
PlayerSimpleData := G_GameLogicPtr.GetSimplePlayerByUid(v.Uid)
if PlayerSimpleData == nil {
continue
}
if GoUtil.Now()-PlayerSimpleData.Loginout > 86400 {
continue
}