Fix sticky piston retraction not working

This commit is contained in:
Jeija 2012-12-12 03:14:57 +01:00
parent 23bebfc054
commit 594d061d6d
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ minetest.register_node("mesecons_pistons:piston_sticky", {
paramtype2 = "facedir",
after_destruct = destruct,
on_timer = timer,
is_sticky_piston = true,
after_place_node = function(pos, placer)
if not placer then --not placed by player
return