forked from Mirrorlandia_minetest/mesecons
Fix Lua error with microcontrollers
caused by an oversight in ececf525b6f717956a38fa314d2472f72451159d
This commit is contained in:
parent
ececf525b6
commit
7667e7d8c5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user