24.07.2023, 06:34
Add these lines to Common functions to disable writing to objects from them:
Note that this won't affect scenes, schedulers etc.
Code:
grp.write = function() end
grp.update = function() end
Note that this won't affect scenes, schedulers etc.