mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 00:39:15 +02:00
move some scripts as modules and also change rds1 group hook
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ local function group_handler(group_type)
|
||||
elseif group_type == "\xff" then return get_data()
|
||||
else return false, 0, 0, 0 end
|
||||
end
|
||||
RDS.ext.register_group("\x06\xff", group_handler)
|
||||
require("group").register_group("\x06\xff", group_handler)
|
||||
|
||||
table.insert(hooks.on_state, function ()
|
||||
_RDS_ODAs = {}
|
||||
|
||||
Reference in New Issue
Block a user