【大闹天宫】重置前五分钟踢出玩家

ZhangBiao 2020-12-03 04:55:51 +08:00
parent e09872eb7f
commit 2fbe5aa120
1 changed files with 1 additions and 0 deletions

View File

@ -514,6 +514,7 @@ function ExpeditionMainPanel:SingleLayNodeShow(go,layNodeListData)
end
--刷新倒计时显示
function ExpeditionMainPanel:RemainTimeDown(_timeTextExpertgo,_timeTextExpert,timeDown)
timeDown = timeDown - (ConfigManager.GetConfigData(ConfigName.GlobalSystemConfig,FUNCTION_OPEN_TYPE.EXPEDITION).SeasonInterval*60)
if timeDown > 0 then
_timeTextExpertgo:SetActive(true)
_timeTextExpert.text = Language[10028]..self:TimeStampToDateString(timeDown)