百宝商会提交
parent
2666db8cf6
commit
45307d2d3f
|
@ -215,8 +215,7 @@ function this.TimeCountDown()
|
||||||
this.timer:Stop()
|
this.timer:Stop()
|
||||||
this.timer = nil
|
this.timer = nil
|
||||||
end
|
end
|
||||||
local endtime = CalculateSecondsNowTo_N_OClock(24)
|
local timeDown = CalculateSecondsNowTo_N_OClock(24)
|
||||||
local timeDown = endtime - GetTimeStamp()
|
|
||||||
this.time.text = Language[10023]..TimeToHMS(timeDown)
|
this.time.text = Language[10023]..TimeToHMS(timeDown)
|
||||||
this.timer = Timer.New(function()
|
this.timer = Timer.New(function()
|
||||||
timeDown = timeDown - 1
|
timeDown = timeDown - 1
|
||||||
|
|
Loading…
Reference in New Issue