add else for reset topping id
This commit is contained in:
parent
6400c87422
commit
aa66766406
1 changed files with 13 additions and 0 deletions
|
|
@ -4843,6 +4843,8 @@
|
||||||
If CustomCoffeeWaterState[4] = "PressForever" Then
|
If CustomCoffeeWaterState[4] = "PressForever" Then
|
||||||
Var topping7 = toppingID7index5
|
Var topping7 = toppingID7index5
|
||||||
EndIf
|
EndIf
|
||||||
|
Else
|
||||||
|
Var topping7 = 0
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If showCoffeeQuantity = "Enable" Then
|
If showCoffeeQuantity = "Enable" Then
|
||||||
|
|
@ -4855,6 +4857,8 @@
|
||||||
If CustomCoffeeQuantityState[2] = "PressForever" Then
|
If CustomCoffeeQuantityState[2] = "PressForever" Then
|
||||||
Var topping8 = toppingID8index3
|
Var topping8 = toppingID8index3
|
||||||
EndIf
|
EndIf
|
||||||
|
Else
|
||||||
|
Var topping8 = 0
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If showCoffeeLevel = "Enable" Then
|
If showCoffeeLevel = "Enable" Then
|
||||||
|
|
@ -4867,6 +4871,8 @@
|
||||||
If CustomCoffeeLevelState[2] = "PressForever" Then
|
If CustomCoffeeLevelState[2] = "PressForever" Then
|
||||||
Var topping9 = toppingID9index3
|
Var topping9 = toppingID9index3
|
||||||
EndIf
|
EndIf
|
||||||
|
Else
|
||||||
|
Var topping9 = 0
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If showCoffeeTamping = "Enable" Then
|
If showCoffeeTamping = "Enable" Then
|
||||||
|
|
@ -4879,7 +4885,14 @@
|
||||||
If CustomCoffeeTampingState[2] = "PressForever" Then
|
If CustomCoffeeTampingState[2] = "PressForever" Then
|
||||||
Var topping10 = toppingID10index3
|
Var topping10 = toppingID10index3
|
||||||
EndIf
|
EndIf
|
||||||
|
Else
|
||||||
|
Var topping10 = 0
|
||||||
EndIf
|
EndIf
|
||||||
|
Else
|
||||||
|
Var topping7 = 0
|
||||||
|
Var topping8 = 0
|
||||||
|
Var topping9 = 0
|
||||||
|
Var topping10 = 0
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue