Re-enable backwards compatibility (sorry for disabling)

This commit is contained in:
Jeija 2012-08-13 21:51:41 +02:00
parent 164971f6d1
commit 9396ce8940
1 changed files with 8 additions and 8 deletions

View File

@ -315,12 +315,12 @@ minetest.register_craft({
} }
}) })
--minetest.register_abm( minetest.register_abm(
-- {nodenames = {"mesecons:mesecon_off", "mesecons:mesecon_on"}, {nodenames = {"mesecons:mesecon_off", "mesecons:mesecon_on"},
-- interval = 2, interval = 2,
-- chance = 1, chance = 1,
-- action = function(pos, node, active_object_count, active_object_count_wider) action = function(pos, node, active_object_count, active_object_count_wider)
-- mesecon:update_autoconnect(pos, false, true) mesecon:update_autoconnect(pos, false, true)
-- end, end,
--}) })
end end