whoops again

This commit is contained in:
2026-04-25 22:39:30 +02:00
parent 8ca090978a
commit 9c95771cc8
+2 -2
View File
@@ -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)