百宝商会修改提交
parent
78f87d2b52
commit
2666db8cf6
|
@ -222,6 +222,7 @@ function this.TimeCountDown()
|
|||
timeDown = timeDown - 1
|
||||
if timeDown <= 0 then
|
||||
timeDown = 0
|
||||
this.time.text = Language[10023]..TimeToHMS(timeDown)
|
||||
this.timer:Stop()
|
||||
this.timer = nil
|
||||
this.timer = Timer.New(function()
|
||||
|
|
Loading…
Reference in New Issue