fix TimeoutToNext
This commit is contained in:
parent
5d5cb2ac00
commit
f3874c911d
1 changed files with 3 additions and 1 deletions
|
|
@ -145,7 +145,7 @@
|
|||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
Var CountDownBrewing = CountDownBrewing - 1
|
||||
Var CountDownThankyou = CountDownThankyou - 1
|
||||
;Var CountDownThankyou = CountDownThankyou - 1
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
If Timeout = TimeoutToNext Then
|
||||
|
|
@ -195,6 +195,8 @@
|
|||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
Var CountDownThankyou = 0
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue