From 9c95771cc8e76877ae4700bdd7e8da0d8f8eb5d3 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 25 Apr 2026 22:39:30 +0200 Subject: [PATCH] whoops again --- scripts/1-oda.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/1-oda.lua b/scripts/1-oda.lua index 77e8811..a32bf1b 100644 --- a/scripts/1-oda.lua +++ b/scripts/1-oda.lua @@ -116,8 +116,8 @@ local function group_handler(group_type) if #_RDS_ODAs == 0 then return false, 0, 0, 0 end if _RDS_ODA_pointer > #_RDS_ODAs or _RDS_ODA_pointer < 1 then _RDS_ODA_pointer = 1 end - if group_type == "O" then return get_aid() - elseif group_type == "K" then return get_data() end + if group_type == "\x06" then return get_aid() + elseif group_type == "\xff" then return get_data() end end rds.ext.register_group("\x06\xff", group_handler)