From e26a9a3a14a5038eec724e9f10643617c4526cd7 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Fri, 26 Dec 2025 12:53:34 +0100 Subject: [PATCH] set ta --- scripts/99-data.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/99-data.lua b/scripts/99-data.lua index aaf5f8e..8cdaf6d 100644 --- a/scripts/99-data.lua +++ b/scripts/99-data.lua @@ -272,6 +272,7 @@ function data_handle(data) if not program then return "-" end if program < 1 or program > max_programs then return "-" end set_rds_program(program-1) + set_rds_ta(false) return "+" elseif cmd == "level" then local level = tonumber(value)