山河试炼活动报错修改

dev_chengFeng
jiaoyangna 2022-03-22 13:38:59 +08:00
parent 2c9e94dcc9
commit 54faa0a971
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ function FightLevelTrialPanel:SetNumbers()
time = time - 1
self.leftTime.text = string.format(Language[10512].."%s",TimeToFelaxible(time))
if time <= 0 then
self:ClosePanel()
self:OnClose()
end
end,1,-1,true)
self.timer:Start()