SGP: postpone event season_pass
This commit is contained in:
parent
0ad55e86d9
commit
8d0133c6b3
4 changed files with 15 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
; Singapore
|
||||
; Singapore
|
||||
|
||||
|
||||
;DEBUGVAR SystemDateMonthInt
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
Var SeasonPassMode = 0
|
||||
|
||||
If SystemDateMonthInt = 7 Then
|
||||
If SystemDateDayInt > 21 Then
|
||||
If SystemDateDayInt > 28 Then
|
||||
Var SeasonPassMode = 1
|
||||
Else
|
||||
Var SeasonPassMode = 0
|
||||
|
|
@ -23,7 +23,7 @@ EndIf
|
|||
|
||||
If SystemDateMonthInt = 9 Then
|
||||
Var SeasonPassMode = 1
|
||||
If SystemDateDayInt > 1 Then
|
||||
If SystemDateDayInt > 8 Then
|
||||
Var SeasonPassMode = 0
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -36,4 +36,4 @@ EndIf
|
|||
If SeasonPassMode = 1 Then
|
||||
Var SeasonPassFile = CountryRootPath + "xml/event/season_pass/season_pass.ev"
|
||||
TRY SeasonPassFile
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue