From 9dd4496b559d38234bee02ccf320734e2c44a0f7 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Fri, 9 Aug 2024 14:27:59 +0800 Subject: [PATCH] no message --- worldsrv/tournament.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldsrv/tournament.go b/worldsrv/tournament.go index c668c14..ea0527f 100644 --- a/worldsrv/tournament.go +++ b/worldsrv/tournament.go @@ -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 }