added hook for sequences

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-12-03 23:55:35 +01:00
parent ebeab56230
commit 1a0b1788f4
+4 -1
View File
@@ -136,7 +136,10 @@ function main()
local hookedObj = DataPool().Pages
HookObjectChange(callback, hookedObj, pluginHandle)
debug_print("Hooking changes to executors.")
debug_print("Hooking changes to pages.")
local hookedObj = DataPool().Sequences
HookObjectChange(callback, hookedObj, pluginHandle)
debug_print("Hooking changes to sequences.")
end
return main