Remove dead timer

This commit is contained in:
Jeija 2012-08-10 08:23:55 +02:00
parent d3ba13e878
commit 9fa033db7b
1 changed files with 0 additions and 2 deletions

View File

@ -136,8 +136,6 @@ function update_yc(pos)
else
meta:set_string("infotext", "Working Microcontroller")
end
timer = minetest.env:get_node_timer(pos) --action places a new node!
timer:start(0.5)
end