Fix blinky plant bug (crash when placing mesecon next to it)

This commit is contained in:
Jeija 2012-12-10 22:05:13 +01:00
parent 192b9eca4f
commit a55874b5d2
1 changed files with 0 additions and 3 deletions

View File

@ -70,6 +70,3 @@ minetest.register_abm({
mesecon:receptor_off(pos)
end,
})
mesecon:add_receptor_node("mesecons_blinkyplant:blinky_plant_on")
mesecon:add_receptor_node_off("mesecons_blinkyplant:blinky_plant_off")