fix 比赛配置
This commit is contained in:
parent
d3d722c897
commit
7066d7c441
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue