Fix Lua error with microcontrollers

caused by an oversight in ececf525b6
This commit is contained in:
sfan5 2017-01-19 16:31:11 +01:00
parent ececf525b6
commit 7667e7d8c5
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ minetest.register_node(nodename, {
"button_exit[3.5,1;2,3;program;Program]")
meta:set_string("infotext", "Programmed Microcontroller")
yc.reset (pos)
update(pos)
yc.update(pos)
end,
sounds = default.node_sound_stone_defaults(),
mesecons = mesecons,