thats why ptyn didnt work

This commit is contained in:
2025-12-22 16:15:42 +01:00
parent 9ee905d299
commit 75031fc096
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -41,6 +41,7 @@
"set_rds_ptyn_enabled",
"set_rds_rt_type",
"set_rds_rds2mod",
"set_rds_rdsgen"
"set_rds_rdsgen",
"set_rds_ptyn"
]
}
+3
View File
@@ -74,6 +74,9 @@ if type(cmd) == "string" then
if not type then return "-" end
set_rds_rdsgen(type)
return "+"
elseif cmd == "ptyn" then
set_rds_ptyn(value)
return "+"
else
return "?"
end