From fb6111a3f626701e06a65131844efb02ee053b47 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Sun, 14 Apr 2013 04:38:57 +0200
Subject: [PATCH] Merge pull request #13 from Novatux/master

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

diff --git a/technic/init.lua b/technic/init.lua
index 99284a3..58e0488 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -50,9 +50,6 @@
 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
-
 function has_locked_chest_privilege(meta, player)
 	if player:get_player_name() ~= meta:get_string("owner") then
 		return false

--
Gitblit v1.8.0