拜访优化
This commit is contained in:
parent
40becaa198
commit
41fe5c1c2c
@ -775,7 +775,7 @@ func GetVisitorPlayer(p *Player) int {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
PlayerSimpleData := G_GameLogicPtr.GetSimplePlayerByUid(v.Uid)
|
PlayerSimpleData := G_GameLogicPtr.GetSimplePlayerByUid(v.Uid)
|
||||||
if PlayerSimpleData.Level < 6 {
|
if PlayerSimpleData.Level < 15 {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
PlayerList4 = append(PlayerList4, v.Uid)
|
PlayerList4 = append(PlayerList4, v.Uid)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user