fix 比赛配置
This commit is contained in:
parent
c5132b2a91
commit
2e16b0bd52
|
@ -1803,6 +1803,9 @@ func (this *Tournament) GetSCTMInfosPack(platform, channelName string) *tourname
|
||||||
}
|
}
|
||||||
tMInfo.SignupCostItem = signupCost
|
tMInfo.SignupCostItem = signupCost
|
||||||
}
|
}
|
||||||
|
if info.MatchTimeType == 0 {
|
||||||
|
tMInfo.MatchTimeStamp = []int64{}
|
||||||
|
}
|
||||||
pack.TMInfo = append(pack.TMInfo, tMInfo)
|
pack.TMInfo = append(pack.TMInfo, tMInfo)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue