Compare commits
No commits in common. "6153903f31e0b5aa82d93766196b1009ad081c26" and "fc29fcddd81dc2da457efd48ce63b4030e4e7591" have entirely different histories.
6153903f31
...
fc29fcddd8
2
public
2
public
|
@ -1 +1 @@
|
|||
Subproject commit df942948ff721824a23f1f15f02a0fc84d0b52e9
|
||||
Subproject commit 07c189d652b84910258fa33eb3214d39c53edec4
|
|
@ -220,21 +220,6 @@ func (this *Tournament) GetRemainPlayer(sortId int64) []*MatchPlayerInfo {
|
|||
|
||||
robotPlayer := func(n int) {
|
||||
for _, v := range tm.robotGrades[n] {
|
||||
if v.copySnid == 0 {
|
||||
for _, vv := range tm.TmPlayer {
|
||||
p := PlayerMgrSington.GetPlayerBySnId(vv.SnId)
|
||||
if p != nil {
|
||||
ret = append(ret, &MatchPlayerInfo{
|
||||
SnId: vv.SnId,
|
||||
RoleId: p.GetRoleId(),
|
||||
SkinId: p.Skin.ModId,
|
||||
Grade: v.grade,
|
||||
})
|
||||
}
|
||||
break
|
||||
}
|
||||
continue
|
||||
}
|
||||
ret = append(ret, &MatchPlayerInfo{
|
||||
SnId: v.copySnid,
|
||||
RoleId: v.copyRoleId,
|
||||
|
|
Loading…
Reference in New Issue