More ItemDef updates and fix a typo in inverter placenode callback.

This commit is contained in:
Anthony Zhang 2012-02-27 23:03:40 -05:00
parent 8bdb2e86ad
commit f3f29ad16b
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ if ENABLE_TEMPEREST==1 then
})
minetest.register_on_placenode(function(pos, node)
if node.name=="jeija:mesecon_inverter" then
if node.name=="jeija:mesecon_inverter_on" then
mesecon:receptor_on(pos)
end
end