From 564ea1c20e0c85c65efdf28b529f1e7ce356e011 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 20 Jun 2026 14:48:45 +0200 Subject: [PATCH] yep --- src/lua_rds.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lua_rds.c b/src/lua_rds.c index 830ed19..2791043 100644 --- a/src/lua_rds.c +++ b/src/lua_rds.c @@ -117,6 +117,8 @@ uint8_t init_lua(RDSEncoder* _enc) { lua_setfield(globalL, -2, "rt_transmission"); lua_newtable(globalL); lua_setfield(globalL, -2, "ps_transmission"); + lua_newtable(globalL); + lua_setfield(globalL, -2, "group"); lua_pushvalue(globalL, -1); hooks_ref = luaL_ref(globalL, LUA_REGISTRYINDEX); lua_setglobal(globalL, "hooks");