From 594d061d6d33e59009914d8873f5c1584f1383f0 Mon Sep 17 00:00:00 2001
From: Jeija <norrepli@gmail.com>
Date: Wed, 12 Dec 2012 03:14:57 +0100
Subject: Fix sticky piston retraction not working

---
 mesecons_pistons/init.lua | 1 +
 1 file changed, 1 insertion(+)

(limited to 'mesecons_pistons')

diff --git a/mesecons_pistons/init.lua b/mesecons_pistons/init.lua
index e5228d4..fb7375b 100644
--- a/mesecons_pistons/init.lua
+++ b/mesecons_pistons/init.lua
@@ -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
-- 
cgit v1.2.3