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/init.lua |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/technic/init.lua b/technic/init.lua
index 249757a..0706b0f 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -57,6 +57,8 @@
 dofile(modpath.."/node_breaker.lua")
 dofile(modpath.."/deployer.lua")
 dofile(modpath.."/constructor.lua")
+dofile(modpath.."/frames.lua")
+
 
 if enable_item_drop	then dofile(modpath.."/item_drop.lua") end
 if enable_item_pickup   then dofile(modpath.."/item_pickup.lua") end

--
Gitblit v1.8.0