diff --git a/mesecons_fpga/init.lua b/mesecons_fpga/init.lua index 5623838..7ac650b 100644 --- a/mesecons_fpga/init.lua +++ b/mesecons_fpga/init.lua @@ -154,7 +154,8 @@ plg.register_nodes({ end local is = lcore.serialize(instr) meta:set_string("instr", is) - plg.update_formspec(pos, is) + plg.update_formspec(pos, instr) + return true end, })