From 7066d7c441f8ba008523b8f00b604d44b8b63679 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Mon, 30 Dec 2024 13:55:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=AF=94=E8=B5=9B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/tournament.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/worldsrv/tournament.go b/worldsrv/tournament.go index fc6fc2e..0dd17c9 100644 --- a/worldsrv/tournament.go +++ b/worldsrv/tournament.go @@ -1803,6 +1803,9 @@ func (this *Tournament) GetSCTMInfosPack(platform, channelName string) *tourname } tMInfo.SignupCostItem = signupCost } + if info.MatchTimeType == 0 { + tMInfo.MatchTimeStamp = []int64{} + } pack.TMInfo = append(pack.TMInfo, tMInfo) } }