Fix 0 cal with prefix
This commit is contained in:
parent
42554d277e
commit
1619a21be9
5 changed files with 296 additions and 260 deletions
|
|
@ -16,7 +16,10 @@ Var video_main_count = 1
|
|||
Var video_menu_0 = "00"
|
||||
Var video_menu2_1 = "00"
|
||||
|
||||
; setvar XMLLiveInfo 1/139492893
|
||||
; setvar XMLLiveInfo 1/191234513
|
||||
|
||||
; setvarint XMLLiveInfoEnable 1
|
||||
; DEBUG
|
||||
;Var XMLLiveInfo = "1/392930293"
|
||||
;Var AdvertiseProfile = "00/01/02/03/04/05/06/07/08/09/10/11/12/13/14/15/16/17/18/19/20"
|
||||
|
|
@ -202,6 +205,11 @@ Else
|
|||
SPLIT XMLLiveInfo "/" 2 CurrentTotalCup
|
||||
EndIf
|
||||
|
||||
If XMLLiveInfoEnable = 1 Then
|
||||
|
||||
Else
|
||||
Var showMultiAds = "false"
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR showSingleAds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue