Skip to content

Commit 03b027f

Browse files
committed
fix for telemtry script not responding to events.
1 parent 64af852 commit 03b027f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SCRIPTS/BF/ui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ function run_ui(event)
438438
end
439439
end
440440
end
441-
if stopDisplay then
441+
if stopDisplay and (not isTelemetryScript) then
442442
currentState = pageStatus.mainMenu
443443
stopDisplay = false
444444
end

0 commit comments

Comments
 (0)