do not init the spot timer

This commit is contained in:
Michael Becker 2025-08-08 21:57:39 -04:00
parent f90923fd0f
commit da3bb6a2b7

View File

@ -167,6 +167,8 @@ function mocha_init_spot_timer($pg) : bool
if ($pg === null)
return false;
return false;
$literalSpotTimer = $pg->GetControlByID("literalSpotTimer");
$spotTimerInitializationScript = $pg->GetControlByID("spotTimerInitializationScript");
if ($literalSpotTimer === null || $spotTimerInitializationScript === null)