no message
This commit is contained in:
parent
427098ee00
commit
9dd4496b55
|
|
@ -959,7 +959,7 @@ func (this *Tournament) NextRoundStartSingle(sortId int64, playerCtx *PlayerMatc
|
|||
}
|
||||
|
||||
if promotionNum != 1 {
|
||||
arr = append(arr[:promotionNum])
|
||||
arr = arr[:promotionNum]
|
||||
playerCtx.tm.robotGrades[int(round)] = arr
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue