the same for me
by loading existing file comes:
error while running event SeaBlock::on-configuration-changed
No such function: freeplay.set_disable_crashsite
stack traceback:
--SeaBlock--/control.lua:103: in function 'init'
--SeaBlock--/control.lua:160: in function
<--SeaBlock--/control.lua:159>
stack traceback:
--SeaBlock--/control.lua:103: in function 'init'
--SeaBlock--/control.lua:160: in function
<--SeaBlock--/control.lua:159>
Quick fix:
i load the control.lua in notepad++ and edit the function 'init' at row: ~102-104 with
-- if remote.interfaces.freeplay then
-- remote.call("freeplay", "set_disable_crashsite", true)
-- end
because i have change the file for myself a bit there is a difference in rows... normaly it would be 91-93
an existing file load now.