Skip to content

Commit

Permalink
Fix Lua error with microcontrollers
Browse files Browse the repository at this point in the history
caused by an oversight in ececf52
  • Loading branch information
sfan5 committed Jan 19, 2017
1 parent ececf52 commit 7667e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesecons_microcontroller/init.lua
Expand Up @@ -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,
Expand Down

0 comments on commit 7667e7d

Please sign in to comment.