forked from minetest-mods/mesecons
Remove dead timer
This commit is contained in:
@ -136,8 +136,6 @@ function update_yc(pos)
|
|||||||
else
|
else
|
||||||
meta:set_string("infotext", "Working Microcontroller")
|
meta:set_string("infotext", "Working Microcontroller")
|
||||||
end
|
end
|
||||||
timer = minetest.env:get_node_timer(pos) --action places a new node!
|
|
||||||
timer:start(0.5)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user