From a1da74209b75c5543bd6f2e1cc8b1643adf13ffa Mon Sep 17 00:00:00 2001
From: Diego Martínez <kaeza@users.sf.net>
Date: Tue, 18 Jun 2013 15:46:28 +0200
Subject: [PATCH] Constructor now digs node drops instead of actual nodes.

---
 technic/deployer.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/technic/deployer.lua b/technic/deployer.lua
index 9fbef07..c5dba2a 100644
--- a/technic/deployer.lua
+++ b/technic/deployer.lua
@@ -34,8 +34,8 @@
 				stack:take_item(1);
 				inv:set_stack("main", i, stack)
 				return
+				end
 			end
-		end
 	end
 	end
 end

--
Gitblit v1.8.0