Update vending pre main to support v3 ui
This commit is contained in:
parent
a810d6baa6
commit
3f3ee8dd82
1 changed files with 12 additions and 5 deletions
|
|
@ -21,6 +21,13 @@
|
|||
Var EnableTestCoinBank = "Invisible"
|
||||
EndIf
|
||||
|
||||
If CatalogLayoutV3 = 1 Then
|
||||
If CountryName = "Thailand" Then
|
||||
Var EnableCheckin = "Enable"
|
||||
Var EnableTestCoinBank = "Enable"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
SAVELOG "VendingPreMain"
|
||||
|
||||
</EventOpen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue