From fdc0562b3abeb76b133537f2908940f04ee720c6 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Sat, 02 Feb 2013 20:42:07 +0100
Subject: [PATCH] Fixes to deployer

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

diff --git a/technic/init.lua b/technic/init.lua
index f1b4683..184c8b9 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -38,6 +38,7 @@
 dofile(modpath.."/wires_mv.lua")
 dofile(modpath.."/solar_panel_mv.lua")
 dofile(modpath.."/battery_box_mv.lua")
+dofile(modpath.."/electric_furnace_mv.lua")
 
 --Tools
 if enable_mining_drill==true then dofile(modpath.."/mining_drill.lua") end
@@ -52,7 +53,7 @@
 -- mesecons and tubes related
 --dofile(modpath.."/injector.lua")
 dofile(modpath.."/node_breaker.lua")
---dofile(modpath.."/deployer.lua")
+dofile(modpath.."/deployer.lua")
 dofile(modpath.."/constructor.lua")
 
 if enable_item_drop	then dofile(modpath.."/item_drop.lua") end

--
Gitblit v1.8.0