1
This commit is contained in:
parent
0fb392a77d
commit
c1488ddac4
@ -397,6 +397,11 @@ func (this *team) genNextCopyTeam() {
|
|||||||
nextTeam := newTeam()
|
nextTeam := newTeam()
|
||||||
nextTeam.init(nextCopyIdx, this.zoneId, this.nodeId,
|
nextTeam.init(nextCopyIdx, this.zoneId, this.nodeId,
|
||||||
this.nextTeamUuid, this.owner.GenNextCopy(), nextMapInfo)
|
this.nextTeamUuid, this.owner.GenNextCopy(), nextMapInfo)
|
||||||
|
for _, m := range this.accountIdHash {
|
||||||
|
if m != this.owner {
|
||||||
|
nextTeam.Join(m.GenNextCopy())
|
||||||
|
}
|
||||||
|
}
|
||||||
_teamMgr.addTeam(nextTeam)
|
_teamMgr.addTeam(nextTeam)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user