no message

This commit is contained in:
sk 2024-08-09 14:27:59 +08:00
parent 427098ee00
commit 9dd4496b55
1 changed files with 1 additions and 1 deletions

View File

@ -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
}