百宝商会提交

dev_chengFeng
jiaoyangna 2021-05-29 21:42:41 +08:00
parent 2666db8cf6
commit 45307d2d3f
1 changed files with 1 additions and 2 deletions

View File

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