From 936a9a356c885e0472febc7e2acd34ac14647b1a Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 29 Dec 2025 10:01:45 +0100 Subject: [PATCH] oh wait --- scripts/1-rft.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/1-rft.lua b/scripts/1-rft.lua index 5e9aa35..7e9303f 100644 --- a/scripts/1-rft.lua +++ b/scripts/1-rft.lua @@ -153,11 +153,8 @@ function load_station_logo(path, id, crc) _Rft_last_id = id end -local _old_on_state_oda_rds2 = on_state +local _old_on_state_oda_rft = on_state function on_state() stop_rft() - _RDS2_ODAs = {} - _RDS2_ODA_aid = 0 - _RDS2_ODA_pointer = 1 - if type(_old_on_state_oda_rds2) == "function" then _old_on_state_oda_rds2() end + if type(_old_on_state_oda_rft) == "function" then _old_on_state_oda_rft() end end