do not init the spot timer
This commit is contained in:
parent
f90923fd0f
commit
da3bb6a2b7
@ -167,6 +167,8 @@ function mocha_init_spot_timer($pg) : bool
|
|||||||
if ($pg === null)
|
if ($pg === null)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
return false;
|
||||||
|
|
||||||
$literalSpotTimer = $pg->GetControlByID("literalSpotTimer");
|
$literalSpotTimer = $pg->GetControlByID("literalSpotTimer");
|
||||||
$spotTimerInitializationScript = $pg->GetControlByID("spotTimerInitializationScript");
|
$spotTimerInitializationScript = $pg->GetControlByID("spotTimerInitializationScript");
|
||||||
if ($literalSpotTimer === null || $spotTimerInitializationScript === null)
|
if ($literalSpotTimer === null || $spotTimerInitializationScript === null)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user