mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-17 15:48:28 +01:00
Fix Lua error with microcontrollers
caused by an oversight in ececf525b6
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