This commit is contained in:
miggaze 2020-11-02 18:05:29 +07:00
parent 124f676add
commit eb2af65ae0
3 changed files with 7 additions and 4 deletions

View file

@ -44,7 +44,7 @@
Var XPosiShowCountDownBrew = 768
If MachineStage = "close-maintenance" Then
Open "ROOT/taobin_project/xml/page_show_error.xml"
;Open "ROOT/taobin_project/xml/page_show_error.xml"
EndIf
@ -56,13 +56,13 @@
If MachineStage = "close-maintenance" Then
Open "ROOT/taobin_project/xml/page_show_error.xml"
;Open "ROOT/taobin_project/xml/page_show_error.xml"
EndIf
If MachineStage = "drink-failed" Then
Open "ROOT/taobin_project/xml/page_show_error.xml"
;Open "ROOT/taobin_project/xml/page_show_error.xml"
EndIf