From 08acacba06a39d85e1bb9f16b7e7c9003ed6e6af Mon Sep 17 00:00:00 2001
From: Kyle <khonkhortisan@gmail.com>
Date: Thu, 21 Feb 2013 20:38:34 +0100
Subject: [PATCH] Remove the original only after creating the copy so players don't fall through moving frames

---
 technic/tool_workshop.lua |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/technic/tool_workshop.lua b/technic/tool_workshop.lua
index f47469e..cf39c56 100644
--- a/technic/tool_workshop.lua
+++ b/technic/tool_workshop.lua
@@ -95,3 +95,6 @@
 				"list[current_player;main;0,5;8,4;]")
 	end
 }) 
+
+register_LV_machine ("technic:tool_workshop","RE")
+

--
Gitblit v1.8.0