From 75031fc096bbea1e3e0eb10865f19b9b4efd618e Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 22 Dec 2025 16:15:42 +0100 Subject: [PATCH] thats why ptyn didnt work --- .vscode/settings.json | 3 ++- src/command.lua | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9a79bd3..dcd3bba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -41,6 +41,7 @@ "set_rds_ptyn_enabled", "set_rds_rt_type", "set_rds_rds2mod", - "set_rds_rdsgen" + "set_rds_rdsgen", + "set_rds_ptyn" ] } \ No newline at end of file diff --git a/src/command.lua b/src/command.lua index d2febc9..5405622 100644 --- a/src/command.lua +++ b/src/command.lua @@ -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