好友优化

This commit is contained in:
hahwu 2025-01-22 18:54:10 +08:00
parent 15508345ca
commit f0c6b07c66

View File

@ -704,6 +704,9 @@ func GetRecommendPlayer(p *Player, Num int) []int {
if GoUtil.Now()-PlayerSimpleData.Loginout > 86400 {
continue
}
if PlayerSimpleData.Level < 4 {
continue
}
PlayerList1 = append(PlayerList1, v.Uid)
}
if len(PlayerList1) == 0 {