Copy link
@asl97

asl97 May 26, 2016

This on_timer is a unused variable, the minetest.register_node doesn't use it, it use on_timer = farming.grow_plant, instead.

Line 326 could probably be remove too.