百宝商会 修改提交

dev_chengFeng
jiaoyangna 2021-05-29 21:56:10 +08:00
parent 45307d2d3f
commit 4898fb0ed7
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ function this.TimeCountDown()
this.timer:Stop()
this.timer = nil
end
local timeDown = CalculateSecondsNowTo_N_OClock(24)
local timeDown = CalculateSecondsNowTo_N_OClock(0) + 3600
this.time.text = Language[10023]..TimeToHMS(timeDown)
this.timer = Timer.New(function()
timeDown = timeDown - 1