fix cobweb conversion abm

This commit is contained in:
Vanessa Ezekowitz 2014-09-05 08:44:26 -04:00
parent 8c3c1deea5
commit 29b2c262e5
1 changed files with 1 additions and 1 deletions

View File

@ -144,6 +144,6 @@ minetest.register_abm({
interval = 1,
chance = 1,
action = function(pos, node, active_object_count, active_object_count_wider)
homedecor_rotate_cobweb(pos)
homedecor.rotate_cobweb(pos)
end
})