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