This commit is contained in:
2025-12-26 12:53:34 +01:00
parent c9bcba2626
commit e26a9a3a14
+1
View File
@@ -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)