From 5efce736807379120fb2d0eb041354f56bea67e9 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 3 Mar 2023 02:59:31 -0800 Subject: [PATCH] Do not run ST_Ticker if dedicated --- src/st_stuff.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/st_stuff.c b/src/st_stuff.c index 289a6c3a7..24aa174ee 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -237,7 +237,9 @@ void ST_Start(void) ST_Stop(); ST_InitData(); - st_stopped = false; + + if (!dedicated) + st_stopped = false; } //